summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2014-11-10f2fs: write node pages if checkpoint is not doingJaegeuk Kim-4/+6
2014-11-10vfs: Remove i_dquot field from inodeJan Kara-12/+0
2014-11-10jfs: Convert to private i_dquot fieldJan Kara-0/+12
2014-11-10reiserfs: Convert to private i_dquot fieldJan Kara-0/+15
2014-11-10ocfs2: Convert to private i_dquot fieldJan Kara-0/+10
2014-11-10ext4: Convert to private i_dquot fieldJan Kara-0/+12
2014-11-10ext3: Convert to private i_dquot fieldJan Kara-0/+14
2014-11-10ext2: Convert to private i_dquot fieldJan Kara-0/+13
2014-11-10quota: Use function to provide i_dquot pointersJan Kara-23/+31
2014-11-10xfs: Set allowed quota typesJan Kara-0/+1
2014-11-10gfs2: Set allowed quota typesJan Kara-0/+1
2014-11-10quota: Allow each filesystem to specify which quota types it supportsJan Kara-2/+17
2014-11-10quota: Remove const from function declarationsJan Kara-2/+2
2014-11-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2014-11-07Merge tag 'xfs-for-linus-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-196/+142
2014-11-07nfsd: convert nfs4_file searches to use RCUJeff Layton-23/+33
2014-11-07nfsd: Add DEALLOCATE supportAnna Schumaker-1/+17
2014-11-07nfsd: Add ALLOCATE supportAnna Schumaker-1/+85
2014-11-07VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker-3/+4
2014-11-07sysfs/kernfs: make read requests on pre-alloc files use the buffer.NeilBrown-13/+49
2014-11-07sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown-22/+54
2014-11-07fs: sysfs: return EGBIG on write if offset is larger than file sizeVladimir Zapolskiy-1/+1
2014-11-07UBIFS: fix a couple bugs in UBIFS xattr length calculationSubodh Nijsure-1/+6
2014-11-07UBIFS: fix budget leak in error pathArtem Bityutskiy-0/+1
2014-11-06f2fs: control the memory footprint used by ino entriesJaegeuk Kim-8/+26
2014-11-06f2fs: introduce the number of inode entriesJaegeuk Kim-14/+19
2014-11-07xfs: track bulkstat progress by aginoDave Chinner-37/+34
2014-11-07xfs: bulkstat error handling is brokenDave Chinner-10/+19
2014-11-07xfs: bulkstat main loop logic is a messDave Chinner-32/+24
2014-11-07xfs: bulkstat chunk-formatter has issuesDave Chinner-34/+24
2014-11-07xfs: bulkstat chunk formatting cursor is brokenDave Chinner-47/+28
2014-11-07xfs: bulkstat btree walk doesn't terminateDave Chinner-9/+10
2014-11-06lockd: ratelimit "lockd: cannot monitor" messagesJeff Layton-1/+1
2014-11-06aio: fix uncorrent dirty pages accouting when truncating AIO ring bufferGu Zheng-7/+14
2014-11-05f2fs: disable roll-forward when active_logs = 2Jaegeuk Kim-2/+4
2014-11-05fix breakage in o2net_send_tcp_msg()Al Viro-1/+1
2014-11-05debugfs: Have debugfs_print_regs32() return voidJoe Perches-7/+8
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches-79/+59
2014-11-05dlm: Use seq_puts() instead of seq_printf() for constant stringsJoe Perches-7/+5
2014-11-05dlm: Remove seq_printf() return checks and use seq_has_overflowed()Joe Perches-134/+117
2014-11-05pstore: Honor dmesg_restrict sysctl on dmesg dumpsSebastian Schmidt-0/+22
2014-11-05pstore/ram: Strip ramoops header for correct decompressionBen Zhang-7/+15
2014-11-05ext4: move_extent improve bh vanishing success factorDmitry Monakhov-2/+6
2014-11-05ovl: don't poison cursorMiklos Szeredi-1/+1
2014-11-04Revert "NFS: nfs4_do_open should add negative results to the dcache."Trond Myklebust-8/+1
2014-11-04Revert "NFS: remove BUG possibility in nfs4_open_and_get_state"Trond Myklebust-7/+3
2014-11-04NFSv4: Ensure nfs_atomic_open set the dentry verifier on ENOENTTrond Myklebust-0/+1
2014-11-04f2fs: introduce -o fastboot for reducing booting time onlyJaegeuk Kim-6/+16
2014-11-04f2fs: avoid race condition in handling wait_ioJaegeuk Kim-29/+10
2014-11-04f2fs: send discard commands in larger extentJaegeuk Kim-17/+27