summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-02-01Merge tag 'nfs-for-3.8-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-57/+69
2013-01-31FUSE: Adapt readdirplus to application usage patternsFeng Shuo3-3/+38
2013-01-31Do not use RCU for current process credentialsAnatol Pomozov4-17/+13
2013-01-30NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 sessionTrond Myklebust1-2/+12
2013-01-30NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust1-0/+20
2013-01-30Merge tag 'for-linus-v3.8-rc6' of git://oss.sgi.com/xfs/xfsLinus Torvalds8-9/+47
2013-01-29GFS2: Use ->writepages for ordered writesSteven Whitehouse8-70/+79
2013-01-29GFS2: Clean up freeze codeSteven Whitehouse5-78/+15
2013-01-29GFS2: Merge gfs2_attach_bufdata() into trans.cSteven Whitehouse4-56/+26
2013-01-29GFS2: Copy gfs2_trans_add_bh into new data/meta functionsSteven Whitehouse4-84/+84
2013-01-29GFS2: Split gfs2_trans_add_bh() into twoSteven Whitehouse11-70/+81
2013-01-29GFS2: Merge revoke adding functionsSteven Whitehouse2-16/+9
2013-01-29GFS2: Separate LRU scanning from shrinkerSteven Whitehouse1-11/+17
2013-01-29Merge branch 'master' into for-nextJiri Kosina458-10307/+34025
2013-01-28xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages()Torsten Kaiser1-2/+2
2013-01-28xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages()Torsten Kaiser1-2/+2
2013-01-28xfs: Fix possible use-after-free with AIOJan Kara1-1/+1
2013-01-28xfs: fix shutdown hang on invalid inode during createDave Chinner3-2/+13
2013-01-28xfs: limit speculative prealloc near ENOSPC thresholdsDave Chinner1-0/+9
2013-01-28xfs: fix _xfs_buf_find oops on blocks beyond the filesystem endDave Chinner1-0/+18
2013-01-28xfs: pull up stack_switch check into xfs_bmapi_writeBrian Foster1-3/+3
2013-01-28xfs: Do not return EFSCORRUPTED when filesystem probe finds no XFS magicEric Sandeen1-1/+1
2013-01-28GFS2: fix skip unlock conditionDavid Teigland1-1/+6
2013-01-27NFSv4.1: Ensure that nfs41_walk_client_list() does start lease recoveryTrond Myklebust1-1/+4
2013-01-27NFSv4: Fix NFSv4 trunking discoveryTrond Myklebust2-25/+9
2013-01-27NFSv4: Fix NFSv4 reference counting for trunked sessionsTrond Myklebust1-16/+15
2013-01-27NFS: Fix error reporting in nfs_xdev_mountTrond Myklebust1-13/+9
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker3-6/+13
2013-01-26xfs: Fix possible use-after-free with AIOJan Kara1-1/+1
2013-01-26xfs: fix shutdown hang on invalid inode during createDave Chinner3-2/+13
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman35-264/+530
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman48-311/+603
2013-01-25sysfs: Functions for adding/removing symlinks to/from attribute groupsRafael J. Wysocki3-13/+76
2013-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds14-98/+300
2013-01-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-1/+3
2013-01-24Btrfs: fix repeated delalloc work allocationMiao Xie1-14/+41
2013-01-24Btrfs: fix wrong max device number for single profileMiao Xie1-1/+1
2013-01-24Btrfs: fix missed transaction->aborted checkMiao Xie1-0/+16
2013-01-24Btrfs: Add ACCESS_ONCE() to transaction->abort accessesMiao Xie2-2/+3
2013-01-24Btrfs: put csums on the right ordered extentJosef Bacik1-2/+2
2013-01-24Btrfs: use right range to find checksum for compressed extentsLiu Bo1-0/+5
2013-01-24Btrfs: fix panic when recovering tree logJosef Bacik1-8/+12
2013-01-24Btrfs: do not allow logged extents to be merged or removedJosef Bacik3-3/+16
2013-01-24xfs: limit speculative prealloc near ENOSPC thresholdsDave Chinner1-0/+9
2013-01-24xfs: fix _xfs_buf_find oops on blocks beyond the filesystem endDave Chinner1-0/+18
2013-01-24fuse: cleanup fuse_direct_io()Miklos Szeredi3-19/+16
2013-01-24fuse: optimize __fuse_direct_io()Maxim Patlasov1-4/+21
2013-01-24fuse: optimize fuse_get_user_pages()Maxim Patlasov1-28/+51
2013-01-24fuse: pass iov[] to fuse_get_user_pages()Maxim Patlasov1-54/+49
2013-01-24fuse: use req->page_descs[] for argpages casesMaxim Patlasov4-4/+25