Commit Graph

64 Commits (fd1a190029cc29fadf14bb9a1e82767e80c6ebdb)

Author SHA1 Message Date
Al Viro 68d70d03f8 constify rw_verify_area() 12 years ago
Al Viro f9652e10c1 allow build_open_flags() to return an error 12 years ago
Al Viro 7995bd2871 splice: don't pass the address of ->f_pos to methods 12 years ago
Al Viro 599a0ac14e pipe: fold file_operations instances in one 12 years ago
Al Viro 06ae43f34b Don't bother with redoing rw_verify_area() from default_file_splice_from() 12 years ago
Al Viro dcf787f391 constify path_get/path_put and fs_struct.c stuff 12 years ago
Jan Kara 4eff96dd52 writeback: put unused inodes to LRU after writeback completion 12 years ago
Jeff Layton 669abf4e55 vfs: make path_openat take a struct filename pointer 12 years ago
Jan Kara eb04c28288 fs: Add freezing handling to mnt_want_write() / mnt_drop_write() 13 years ago
David Howells 0bdaea9017 VFS: Split inode_permission() 13 years ago
Al Viro 30d9049474 kill struct opendata 13 years ago
Al Viro a4a3bdd778 kill opendata->{mnt,dentry} 13 years ago
Miklos Szeredi 015c3bbcd8 vfs: remove open intents from nameidata 13 years ago
Miklos Szeredi d18e9008c3 vfs: add i_op->atomic_open() 13 years ago
Al Viro f7a99c5b7c get rid of ->mnt_longterm 13 years ago
Miklos Szeredi 90ad1a8ecb vfs: split __dentry_open() 13 years ago
Andi Kleen eea62f831b brlocks/lglocks: turn into functions 13 years ago
Miklos Szeredi 4ed5e82fe7 vfs: protect remounting superblock read-only 13 years ago
Al Viro c71053659e vfs: spread struct mount - __lookup_mnt() result 13 years ago
Al Viro a218d0fdc5 switch open and mkdir syscalls to umode_t 13 years ago
Al Viro cf31e70d6c vfs: new helper - vfs_ustat() 13 years ago
Al Viro f47ec3f283 trim fs/internal.h 13 years ago
Dave Chinner 12ad3ab661 superblock: move pin_sb_for_writeback() to fs/super.c 14 years ago
Al Viro a4464dbc0c Make ->d_sb assign-once and always non-NULL 14 years ago
Dave Chinner a66979abad fs: move i_wb_list out from under inode_lock 14 years ago
Dave Chinner 55fa6091d8 fs: move i_sb_list out from under inode_lock 14 years ago
David Howells 0f60f240d5 FS: lookup_mnt() is only used in the core fs routines now 14 years ago
Al Viro 9d412a43c3 vfs: split off vfsmount-related parts of vfs_kern_mount() 14 years ago
Aneesh Kumar K.V becfd1f375 vfs: Add open by file handle support 14 years ago
Al Viro 73d049a40f open-style analog of vfs_path_lookup() 14 years ago
Al Viro 47c805dc2d switch do_filp_open() to struct open_flags 14 years ago
NeilBrown 93b270f76e Fix over-zealous flush_disk when changing device size. 14 years ago
Al Viro b1e75df45a tidy up around finish_automount() 14 years ago
Al Viro 19a167af7c Take the completion of automount into new helper 14 years ago
Al Viro f03c65993b sanitize vfsmount refcounting changes 14 years ago
David Howells ea5b778a8b Unexport do_add_mount() and add in follow_automount(), not ->d_automount() 14 years ago
Nick Piggin b3e19d924b fs: scale mntget/mntput 14 years ago
Al Viro a4cdbd8bfb braino in internal.h 14 years ago
Al Viro 63997e98a3 split invalidate_inodes() 14 years ago
Dave Chinner cffbc8aa33 fs: Convert nr_inodes and nr_unused to per-cpu counters 14 years ago
Al Viro a8dade34e3 unexport invalidate_inodes 14 years ago
Nick Piggin 99b7db7b8f fs: brlock vfsmount_lock 15 years ago
Nick Piggin d996b62a8d tty: fix fu_list abuse 15 years ago
Al Viro 35cf7ba0b4 Bury __put_super_and_need_restart() 15 years ago
Al Viro 47cd813f29 Take vfsmount_lock to fs/internal.h 15 years ago
Al Viro 482928d59d Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3) 15 years ago
Eric Paris e81e3f4dca fs: move get_empty_filp() deffinition to internal.h 15 years ago
Vegard Nossum eca6f534e6 fs: fix overflow in sys_mount() for in-kernel calls 16 years ago
Al Viro 62c6943b4b Trim a bit of crap from fs.h 16 years ago
Jan Kara 5cee5815d1 vfs: Make sys_sync() use fsync_super() (version 4) 16 years ago