aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-07-29uninline file_free_rcu()Gravatar Al Viro 1-1/+1
2012-07-29ecryptfs_lookup_interpose(): allocate dentry_info firstGravatar Al Viro 1-7/+6
2012-07-29sanitize ecryptfs_lookup()Gravatar Al Viro 1-13/+4
2012-07-29pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea...Gravatar Al Viro 2-46/+18
2012-07-29mknod: take sanity checks on mode into the very beginningGravatar Al Viro 1-5/+3
2012-07-29new helper: done_path_create()Gravatar Al Viro 2-15/+13
2012-07-23ext4: switch EXT4_IOC_RESIZE_FS to mnt_want_write_file()Gravatar Al Viro 1-2/+2
2012-07-23btrfs: switch btrfs_ioctl_balance() to mnt_want_write_file()Gravatar Al Viro 1-2/+2
2012-07-23switch dentry_open() to struct path, make it grab references itselfGravatar Al Viro 9-63/+45
2012-07-23ecryptfs: don't reinvent the wheels, please - use struct completionGravatar Al Viro 3-65/+26
2012-07-23don't expose I_NEW inodes via dentry->d_inodeGravatar Al Viro 7-19/+19
2012-07-23tidy up namei.c a bitGravatar Al Viro 1-18/+21
2012-07-23unobfuscate follow_up() a bitGravatar Al Viro 1-1/+1
2012-07-23ext3: pass custom EOF to generic_file_llseek_size()Gravatar Eric Sandeen 1-2/+2
2012-07-23ext4: use core vfs llseek code for dir seeksGravatar Eric Sandeen 2-64/+17
2012-07-23vfs: allow custom EOF in generic_file_llseek codeGravatar Eric Sandeen 3-10/+14
2012-07-22vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder syn...Gravatar Jan Kara 1-10/+9
2012-07-22vfs: Remove unnecessary flushing of block devicesGravatar Jan Kara 1-8/+8
2012-07-22vfs: Make sys_sync writeout also block device inodesGravatar Jan Kara 1-7/+11
2012-07-22vfs: Create function for iterating over block devicesGravatar Jan Kara 1-0/+36
2012-07-22vfs: Reorder operations during sys_syncGravatar Jan Kara 1-12/+34
2012-07-22quota: Move quota syncing to ->sync_fs methodGravatar Jan Kara 7-3/+28
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partGravatar Jan Kara 7-11/+29
2012-07-22vfs: Move noop_backing_dev_info check from sync into writebackGravatar Jan Kara 2-7/+5
2012-07-22fs/ufs: get rid of write_superGravatar Artem Bityutskiy 5-16/+42
2012-07-22fs/ufs: re-arrange the code a bitGravatar Artem Bityutskiy 1-59/+58
2012-07-22fs/ufs: remove extra superblock write on unmountGravatar Artem Bityutskiy 1-3/+0
2012-07-22fs/sysv: stop using write_super and s_dirtGravatar Artem Bityutskiy 2-11/+0
2012-07-22fs/sysv: remove another useless write_super callGravatar Artem Bityutskiy 1-4/+1
2012-07-22fs/sysv: remove useless write_super callGravatar Artem Bityutskiy 1-3/+0
2012-07-22hfs: get rid of hfs_sync_superGravatar Artem Bityutskiy 4-39/+48
2012-07-22hfs: introduce VFS superblock object back-referenceGravatar Artem Bityutskiy 2-5/+2
2012-07-22hfs: simplify a bit checking for R/OGravatar Artem Bityutskiy 3-4/+5
2012-07-22hfs: remove extra mdb write on unmountGravatar Artem Bityutskiy 1-2/+0
2012-07-22hfs: get rid of lock_superGravatar Artem Bityutskiy 1-2/+10
2012-07-22hfs: push lock_super downGravatar Artem Bityutskiy 3-6/+2
2012-07-22hfsplus: get rid of write_superGravatar Artem Bityutskiy 5-16/+43
2012-07-22hfsplus: remove useless checkGravatar Artem Bityutskiy 1-3/+0
2012-07-22hfsplus: amend debugging printGravatar Artem Bityutskiy 1-1/+1
2012-07-22hfsplus: make hfsplus_sync_fs staticGravatar Artem Bityutskiy 2-2/+1
2012-07-22aio: now fput() is OK from interrupt context; get rid of manual delayed __fput()Gravatar Al Viro 1-70/+3
2012-07-22switch fput to task_work_addGravatar Al Viro 1-2/+70
2012-07-22use __lookup_hash() in kern_path_parent()Gravatar Al Viro 1-1/+1
2012-07-14VFS: Split inode_permission()Gravatar David Howells 2-17/+54
2012-07-14VFS: Pass mount flags to sget()Gravatar David Howells 17-45/+37
2012-07-14VFS: Comment mount following codeGravatar David Howells 2-2/+24
2012-07-14VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsGravatar David Howells 2-57/+68
2012-07-14VFS: Make chown() and lchown() call fchownat()Gravatar David Howells 1-34/+7
2012-07-14do_dentry_open(): close the race with mark_files_ro() in failure exitGravatar Al Viro 1-1/+1
2012-07-14mark_files_ro(): don't bother with mntget/mntputGravatar Al Viro 1-8/+1