aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-07-20UBIFS: add debugfs knob to switch to R/O modeArtem Bityutskiy
2012-07-20UBIFS: fix compilation warningAlexandre Pereira da Silva
2012-07-20UBIFS: fix a bug in empty space fix-upArtem Bityutskiy
2012-07-18Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2012-07-18ext4: fix duplicated mnt_drop_write call in EXT4_IOC_MOVE_EXTAl Viro
2012-07-17Merge tag 'pm-post-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-07-17PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPENDMichael Kerrisk
2012-07-16cifs: always update the inode cache with the results from a FIND_*Jeff Layton
2012-07-16cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton
2012-07-16cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton
2012-07-16Initialise mid_q_entry before putting it on the pending queueSachin Prabhu
2012-07-16Merge tag 'for-linus-v3.5-rc7' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2012-07-16fifo: Do not restart open() if it already found a partnerAnders Kaseorg
2012-07-14VFS: Split inode_permission()David Howells
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-07-14VFS: Comment mount following codeDavid Howells
2012-07-14VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells
2012-07-14VFS: Make chown() and lchown() call fchownat()David Howells
2012-07-14do_dentry_open(): close the race with mark_files_ro() in failure exitAl Viro
2012-07-14mark_files_ro(): don't bother with mntget/mntputAl Viro
2012-07-14notify_change(): check that i_mutex is heldAndrew Morton
2012-07-14fs: add nd_jump_linkChristoph Hellwig
2012-07-14fs: move path_put on failure out of ->follow_linkChristoph Hellwig
2012-07-14debugfs: get rid of useless arguments to debugfs_{mkdir,symlink}Al Viro
2012-07-14debugfs: fold debugfs_create_by_name() into the only callerAl Viro
2012-07-14debugfs: make sure that debugfs_create_file() gets used only for regularsAl Viro
2012-07-14__d_unalias() should refuse to move mountpointsAl Viro
2012-07-14sysfs: just use d_materialise_unique()Al Viro
2012-07-14sysfs: switch to ->s_d_op and ->d_release()Al Viro
2012-07-14get rid of kern_path_parent()Al Viro
2012-07-14VFS: Fix the banner comment on lookup_open()David Howells
2012-07-14don't pass nameidata * to vfs_create()Al Viro
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14fs/namei.c: don't pass namedata to lookup_dcache()Al Viro
2012-07-14fs/namei.c: don't pass nameidata to d_revalidate()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-07-14fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possibleAl Viro
2012-07-14nfs_lookup_verify_inode() - nd is *always* non-NULL hereAl Viro
2012-07-14switch nfs_lookup_check_intent() away from nameidataAl Viro
2012-07-14do_dentry_open(): take initialization of file->f_path to callerAl Viro
2012-07-14fold __dentry_open() into its sole callerAl Viro
2012-07-14switch do_dentry_open() to returning intAl Viro
2012-07-14make finish_no_open() return intAl Viro
2012-07-14fs/namei.c: get do_last() and friends return intAl Viro
2012-07-14kill struct opendataAl Viro
2012-07-14kill opendata->{mnt,dentry}Al Viro
2012-07-14make ->atomic_open() return intAl Viro
2012-07-14don't modify od->filp at allAl Viro