summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-08-21svcrpc: remove handling of unknown errors from svc_recvJ. Bruce Fields
2012-08-21nfsd: allow configuring nfsd to listen on 5-digit portsJ. Bruce Fields
2012-08-21nfsd: remove redundant "port" argumentJ. Bruce Fields
2012-08-21knfsd: don't allocate file_locks on the stackJeff Layton
2012-08-21knfsd: remove bogus BUG_ON() call from nfsd4_lockuJeff Layton
2012-08-21nfsd4: nfsd_process_n_delegations should be staticJ. Bruce Fields
2012-08-20NFSD: Swap the struct nfs4_operation getter and setterBryan Schumaker
2012-08-20nfsd: do_nfsd_create verf argument is a u32J. Bruce Fields
2012-08-20nfsd4: declare nfs4_recoverydir properlyJ. Bruce Fields
2012-08-20nfsd4: nfsaclsvc_encode_voidres staticJ. Bruce Fields
2012-08-20nfsd: trivial comment updatesJeff Layton
2012-08-20vfs: don't treat fl_type as a bitmapJeff Layton
2012-08-20nfsd4: fix security flavor of NFSv4.0 callbackJ. Bruce Fields
2012-08-16autofs4 - fix get_next_positive_subdir()Ian Kent
2012-08-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2012-08-12Merge branch 'for-linus-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-08-09Btrfs: remove mnt_want_write call in btrfs_mksubvolAlexander Block
2012-08-06fuse: verify all ioctl retry iov elementsZach Brown
2012-08-04missed mnt_drop_write() in do_dentry_open()Al Viro
2012-08-04UBIFS: nuke pdflush from commentsArtem Bityutskiy
2012-08-04gfs2: nuke pdflush from commentsArtem Bityutskiy
2012-08-04nilfs2: nuke write_super from commentsArtem Bityutskiy
2012-08-04hfs: nuke write_super from commentsArtem Bityutskiy
2012-08-04vfs: nuke pdflush from commentsArtem Bityutskiy
2012-08-04jbd/jbd2: nuke write_super from commentsArtem Bityutskiy
2012-08-04btrfs: nuke pdflush from commentsArtem Bityutskiy
2012-08-04btrfs: nuke write_super from commentsArtem Bityutskiy
2012-08-04ext4: nuke pdflush from commentsArtem Bityutskiy
2012-08-04ext4: nuke write_super from commentsArtem Bityutskiy
2012-08-04ext3: nuke write_super from commentsArtem Bityutskiy
2012-08-04vfs: kill write_super and sync_supersArtem Bityutskiy
2012-08-03Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2012-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-08-02Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-08-02Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2012-08-02ceph: simplify+fix atomic_openSage Weil
2012-08-02ore: Fix out-of-bounds access in _ios_obj()Boaz Harrosh
2012-08-02exofs: Use proper max_IO calculations from oreBoaz Harrosh
2012-08-02exofs: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh
2012-08-02exofs: stop using s_dirtArtem Bityutskiy
2012-08-02exofs: readpage_strip: Add a BUG_ON to check for PageLocked(page)Kautuk Consul
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-08-01locks: remove unused lm_release_privateJ. Bruce Fields
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-31Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-07-31nfs: prevent page allocator recursions with swap over NFS.Mel Gorman
2012-07-31nfs: enable swap on NFSMel Gorman
2012-07-31nfs: disable data cache revalidation for swapfilesMel Gorman
2012-07-31nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman
2012-07-31vmscan: remove obsolete shrink_control commentMinchan Kim