aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-20UBIFS: add debugfs knob to switch to R/O modeArtem Bityutskiy2-0/+16
2012-07-20UBIFS: fix compilation warningAlexandre Pereira da Silva1-1/+1
2012-07-20UBIFS: fix a bug in empty space fix-upArtem Bityutskiy1-2/+6
2012-07-18Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-15/+66
2012-07-18ext4: fix duplicated mnt_drop_write call in EXT4_IOC_MOVE_EXTAl Viro1-1/+0
2012-07-17Merge tag 'pm-post-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2012-07-17PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPENDMichael Kerrisk1-1/+1
2012-07-16cifs: always update the inode cache with the results from a FIND_*Jeff Layton1-2/+5
2012-07-16cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton1-1/+29
2012-07-16cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton1-0/+18
2012-07-16Initialise mid_q_entry before putting it on the pending queueSachin Prabhu1-12/+14
2012-07-16Merge tag 'for-linus-v3.5-rc7' of git://oss.sgi.com/xfs/xfsLinus Torvalds4-37/+38
2012-07-16fifo: Do not restart open() if it already found a partnerAnders Kaseorg1-5/+4
2012-07-14VFS: Split inode_permission()David Howells2-17/+54
2012-07-14VFS: Pass mount flags to sget()David Howells17-45/+37
2012-07-14VFS: Comment mount following codeDavid Howells2-2/+24
2012-07-14VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells2-57/+68
2012-07-14VFS: Make chown() and lchown() call fchownat()David Howells1-34/+7
2012-07-14do_dentry_open(): close the race with mark_files_ro() in failure exitAl Viro1-1/+1
2012-07-14mark_files_ro(): don't bother with mntget/mntputAl Viro1-8/+1
2012-07-14notify_change(): check that i_mutex is heldAndrew Morton1-1/+2
2012-07-14fs: add nd_jump_linkChristoph Hellwig2-12/+18
2012-07-14fs: move path_put on failure out of ->follow_linkChristoph Hellwig2-6/+9
2012-07-14debugfs: get rid of useless arguments to debugfs_{mkdir,symlink}Al Viro1-11/+9
2012-07-14debugfs: fold debugfs_create_by_name() into the only callerAl Viro1-33/+20
2012-07-14debugfs: make sure that debugfs_create_file() gets used only for regularsAl Viro1-22/+34
2012-07-14__d_unalias() should refuse to move mountpointsAl Viro1-4/+5
2012-07-14sysfs: just use d_materialise_unique()Al Viro1-8/+1
2012-07-14sysfs: switch to ->s_d_op and ->d_release()Al Viro3-10/+8
2012-07-14get rid of kern_path_parent()Al Viro1-2/+20
2012-07-14VFS: Fix the banner comment on lookup_open()David Howells1-3/+26
2012-07-14don't pass nameidata * to vfs_create()Al Viro4-8/+9
2012-07-14don't pass nameidata to ->create()Al Viro45-59/+51
2012-07-14fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real()Al Viro1-10/+10
2012-07-14stop passing nameidata to ->lookup()Al Viro74-105/+107
2012-07-14fs/namei.c: don't pass namedata to lookup_dcache()Al Viro1-4/+4
2012-07-14fs/namei.c: don't pass nameidata to d_revalidate()Al Viro1-6/+6
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro21-78/+63
2012-07-14fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possibleAl Viro1-32/+19
2012-07-14nfs_lookup_verify_inode() - nd is *always* non-NULL hereAl Viro1-13/+10
2012-07-14switch nfs_lookup_check_intent() away from nameidataAl Viro1-5/+5
2012-07-14do_dentry_open(): take initialization of file->f_path to callerAl Viro1-14/+12
2012-07-14fold __dentry_open() into its sole callerAl Viro1-21/+12
2012-07-14switch do_dentry_open() to returning intAl Viro1-20/+20
2012-07-14make finish_no_open() return intAl Viro7-19/+11
2012-07-14fs/namei.c: get do_last() and friends return intAl Viro1-80/+70
2012-07-14kill struct opendataAl Viro12-90/+74
2012-07-14kill opendata->{mnt,dentry}Al Viro3-14/+9
2012-07-14make ->atomic_open() return intAl Viro10-98/+90
2012-07-14don't modify od->filp at allAl Viro2-6/+3