summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-01-16GFS2: Don't use ENOBUFS when ENOMEM is the correct error codeSteven Whitehouse8-31/+19
2014-01-15GFS2: Fix kbuild test robot reported warningSteven Whitehouse1-0/+1
2014-01-14GFS2: Move quota bitmap operations under their own lockSteven Whitehouse3-8/+10
2014-01-14GFS2: Clean up quota slot allocationSteven Whitehouse2-73/+30
2014-01-14GFS2: Only run logd and quota when mounted read/writeSteven Whitehouse3-68/+41
2014-01-14GFS2: Use RCU/hlist_bl based hash for quotasSteven Whitehouse4-48/+126
2014-01-14GFS2: No need to invalidate pages for a dio readSteven Whitehouse1-2/+3
2014-01-09GFS2: Add initialization for address space in super blockSteven Whitehouse1-0/+1
2014-01-08GFS2: Add hints to directory leaf blocksSteven Whitehouse1-3/+37
2014-01-08GFS2: For exhash conversion, only one block is neededSteven Whitehouse1-0/+5
2014-01-07GFS2: Increase i_writecount during gfs2_setattr_chownBob Peterson1-1/+15
2014-01-06GFS2: Remember directory insert pointSteven Whitehouse3-16/+42
2014-01-06GFS2: Consolidate transaction blocks calculation for dir addSteven Whitehouse1-12/+26
2014-01-06GFS2: Add directory addition info structureSteven Whitehouse3-33/+43
2014-01-03GFS2: Use only a single address space for rgrpsSteven Whitehouse5-8/+31
2014-01-03GFS2: Use range based functions for rgrp sync/invalidationSteven Whitehouse3-4/+15
2014-01-03GFS2: Remove test which is always trueSteven Whitehouse1-1/+1
2014-01-03GFS2: Remove gfs2_quota_change_host structureSteven Whitehouse1-25/+12
2014-01-03GFS2: Clean up releasepageSteven Whitehouse1-13/+5
2014-01-03GFS2: Implement a "rgrp has no extents longer than X" schemeBob Peterson3-6/+28
2014-01-03GFS2: Drop inadequate rgrps from the reservation treeBob Peterson1-3/+4
2014-01-03GFS2: If requested is too large, use the largest extent in the rgrpBob Peterson1-15/+49
2014-01-03Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-4/+0
2014-01-03epoll: do not take the nested ep->mtx on EPOLL_CTL_DELJason Baron1-4/+0
2014-01-03Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Linus Torvalds6-5/+58
2014-01-02GFS2: Fix unsafe dereference in dump_holder()Tetsuo Handa1-0/+2
2013-12-28cifs: set FILE_CREATEDShirish Pargaonkar1-5/+6
2013-12-28cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()Sachin Prabhu3-20/+19
2013-12-28Add missing end of line termination to some cifs messagesSteve French1-3/+3
2013-12-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds9-57/+93
2013-12-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+1
2013-12-22Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-9/+46
2013-12-22aio: clean up and fix aio_setup_ring page mappingLinus Torvalds1-35/+23
2013-12-22aio/migratepages: make aio migrate pages saneBenjamin LaHaise1-8/+44
2013-12-22aio: fix kioctx leak introduced by "aio: Fix a trinity splat"Benjamin LaHaise1-1/+2
2013-12-21Merge tag 'xfs-for-linus-v3.13-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds10-83/+167
2013-12-21pstore: Don't allow high traffic options on fragile devicesLuck, Tony1-2/+5
2013-12-20ext4: add explicit casts when masking cluster sizesTheodore Ts'o3-17/+25
2013-12-20GFS2: Wait for async DIO in glock state changesSteven Whitehouse1-2/+8
2013-12-20GFS2: Fix incorrect invalidation for DIO/buffered I/OSteven Whitehouse1-0/+30
2013-12-19Merge tag 'driver-core-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+3
2013-12-18ext4: fix deadlock when writing in ENOSPC conditionsJan Kara1-12/+0
2013-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-80/+64
2013-12-17xfs: abort metadata writeback on permanent errorsDave Chinner3-5/+32
2013-12-17xfs: swalloc doesn't align allocations properlyDave Chinner1-6/+17
2013-12-17xfs: remove xfsbdstrat errorChristoph Hellwig5-29/+43
2013-12-17xfs: align initial file allocations correctlyDave Chinner1-2/+7
2013-12-17xfs: fix infinite loop by detaching the group/project hints from user dquotJie Liu1-21/+50
2013-12-17xfs: fix assertion failure at xfs_setattr_nonsizeJie Liu1-1/+2
2013-12-17xfs: fix false assertion at xfs_qm_vop_create_dqattachJie Liu1-6/+3