Commit Graph

406 Commits (ed680c4ad478d0fee9740f7d029087f181346564)

Author SHA1 Message Date
Alan Jenkins dddac6a7b4 PM / Hibernate: Replace bdget call with simple atomic_inc of i_count 16 years ago
Al Viro f19d4a8fa6 add caching of ACLs in struct inode 16 years ago
Ankit Jain 3e63cbb1ef fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctls 16 years ago
Mike Waychison 286973552f mm: remove __invalidate_mapping_pages variant 16 years ago
Wu Fengguang 1ebf26a9b3 readahead: make mmap_miss an unsigned int 16 years ago
Vegard Nossum 3446a8aa7e fs: introduce __getname_gfp() 16 years ago
Al Viro d5aacad548 New helper - simple_fsync() 16 years ago
Theodore Ts'o 28ad0c118b fs: Rearrange inode structure elements to avoid waste due to padding 16 years ago
Theodore Ts'o 9fd5746fd3 fs: Remove i_cindex from struct inode 16 years ago
Al Viro 62c6943b4b Trim a bit of crap from fs.h 16 years ago
Jan Kara 60b0680fa2 vfs: Rename fsync_super() to sync_filesystem() (version 4) 16 years ago
Jan Kara c15c54f5f0 vfs: Move syncing code from super.c to sync.c (version 4) 16 years ago
Jan Kara 5cee5815d1 vfs: Make sys_sync() use fsync_super() (version 4) 16 years ago
Jan Kara 429479f031 vfs: Make __fsync_super() a static function (version 4) 16 years ago
Christoph Hellwig 876a9f76ab remove s_async_list 16 years ago
Al Viro 589ff870ed Switch collect_mounts() to struct path 16 years ago
Eric Paris 3c5119c05d dnotify: reimplement dnotify using fsnotify 16 years ago
Eric Paris 3be25f49b9 fsnotify: add marks to inodes so groups can interpret how to handle those inodes 16 years ago
Miklos Szeredi 6818173bd6 splice: implement default splice_read method 16 years ago
Al Viro 2a32cebd6c Fix races around the access to ->s_options 16 years ago
Al Viro 6e8341a11e Switch open_exec() and sys_uselib() to do_open_filp() 16 years ago
Al Viro 74dbbdd7fd New helper: deactivate_locked_super() 16 years ago
Felix Blyakher a9e61e25f9 lockd: call locks_release_private to cleanup per-filesystem state 16 years ago
Tetsuo Handa 38e23c95f9 fs: Mark get_filesystem_list() as __init function. 16 years ago
Christoph Hellwig 2eae7a1874 kill vfs_stat_fd / vfs_lstat_fd 16 years ago
Oleg Drokin 0112fc2229 Separate out common fstatat code into vfs_fstatat 16 years ago
Miklos Szeredi 61e0d47c33 splice: add helpers for locking pipe inode 16 years ago
Miklos Szeredi f8cc774ce4 splice: remove generic_file_splice_write_nolock() 16 years ago
Jens Axboe 48e70bc18a Document and move the various READ/WRITE types 16 years ago
Serge E. Hallyn 909e6d9479 namespaces: move proc_net_get_sb to a generic fs/super.c helper 16 years ago
Jens Axboe aeb6fafb8f block: Add flag for telling the IO schedulers NOT to anticipate more IO 16 years ago
Jens Axboe a1f242524c Add WRITE_SYNC_PLUG and SWRITE_SYNC_PLUG 16 years ago
Ingo Molnar 76791ab2d5 kmemtrace, fs: uninline simple_transaction_set() 16 years ago
Pekka Enberg 3d544f411f kmemtrace, fs, security: move alloc_secdata() and free_secdata() to linux/security.h 16 years ago
Eric Sandeen c2d7543851 filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystems 16 years ago
Al Viro 47e4491b40 Cleanup after commit 585d3bc06f 16 years ago
Al Viro ce3b0f8d5c New helper - current_umask() 16 years ago
Jonathan Corbet 4a6a449969 Fix a lockdep warning in fasync_helper() 16 years ago
Sukadev Bhattiprolu a3ec947c85 vfs: simple_set_mnt() should return void 16 years ago
Nick Piggin 585d3bc06f fs: move bdev code out of buffer.c 16 years ago
Steven Whitehouse af5df56688 vfs: Further changes from macro to inline function in fs.h 16 years ago
Steven Whitehouse c2aca5e529 vfs: Update fs.h to use inline functions when no file locking set 16 years ago
Cheng Renquan 10f303ae1e do_pipe cleanup: drop its last user in arch/alpha/ 16 years ago
Matthew Garrett d0adde574b Add a strictatime mount option 16 years ago
Jonathan Corbet db1dd4d376 Use f_lock to protect f_flags 16 years ago
Jonathan Corbet 6849991490 Rename struct file->f_ep_lock 16 years ago
Paul Turner 55ec82176e vfs: separate FMODE_PREAD/FMODE_PWRITE into separate flags 16 years ago
Jens Axboe 93dbb39350 block: fix bad definition of BIO_RW_SYNC 16 years ago
Takashi Sato fcccf50254 filesystem freeze: implement generic freeze feature 16 years ago
Takashi Sato c4be0c1dc4 filesystem freeze: add error handling of write_super_lockfs/unlockfs 16 years ago