summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2014-02-06btrfs: restrict snapshotting to own subvolumesDavid Sterba
2014-02-06Btrfs: setup inode location during btrfs_init_inode_lockedChris Mason
2014-02-06Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()Wang Shilong
2014-02-06hpfs: remember free spaceMikulas Patocka
2014-02-06vfs: Is mounted should be testing mnt_ns for NULL or error.Eric W. Biederman
2014-02-06vfs: Remove second variable named error in __dentry_pathEric W. Biederman
2014-02-06ext4: avoid clearing beyond i_blocks when truncating an inline data fileTheodore Ts'o
2014-01-29GFS2: Increase i_writecount during gfs2_setattr_chownBob Peterson
2014-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2014-01-16Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-01-15nilfs2: fix segctor bug that causes file system corruptionAndreas Rohner
2014-01-11Merge tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-01-10xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu
2014-01-10xfs: fix off-by-one error in xfs_attr3_rmt_verifyJie Liu
2014-01-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-01-06ext4: fix bigalloc regressionEric Whitney
2014-01-02Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-01-02epoll: do not take the nested ep->mtx on EPOLL_CTL_DELJason Baron
2014-01-02Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Linus Torvalds
2014-01-02GFS2: Fix unsafe dereference in dump_holder()Tetsuo Handa
2013-12-27cifs: set FILE_CREATEDShirish Pargaonkar
2013-12-27cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()Sachin Prabhu
2013-12-27Add missing end of line termination to some cifs messagesSteve French
2013-12-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-12-23Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2013-12-22Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-12-22aio: clean up and fix aio_setup_ring page mappingLinus Torvalds
2013-12-21aio/migratepages: make aio migrate pages saneBenjamin LaHaise
2013-12-21aio: fix kioctx leak introduced by "aio: Fix a trinity splat"Benjamin LaHaise
2013-12-20Merge tag 'xfs-for-linus-v3.13-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2013-12-20pstore: Don't allow high traffic options on fragile devicesLuck, Tony
2013-12-20ext4: add explicit casts when masking cluster sizesTheodore Ts'o
2013-12-20GFS2: Wait for async DIO in glock state changesSteven Whitehouse
2013-12-20GFS2: Fix incorrect invalidation for DIO/buffered I/OSteven Whitehouse
2013-12-18Merge tag 'driver-core-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-12-18ext4: fix deadlock when writing in ENOSPC conditionsJan Kara
2013-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-12-17xfs: abort metadata writeback on permanent errorsDave Chinner
2013-12-17xfs: swalloc doesn't align allocations properlyDave Chinner
2013-12-17xfs: remove xfsbdstrat errorChristoph Hellwig
2013-12-17xfs: align initial file allocations correctlyDave Chinner
2013-12-17xfs: fix infinite loop by detaching the group/project hints from user dquotJie Liu
2013-12-17xfs: fix assertion failure at xfs_setattr_nonsizeJie Liu
2013-12-17xfs: fix false assertion at xfs_qm_vop_create_dqattachJie Liu
2013-12-17xfs: fix memory leak in xfs_dir2_node_removenameMark Tinguely
2013-12-13GFS2: Fix slab memory leak in gfs2_bufdataBob Peterson
2013-12-13GFS2: Fix use-after-free race when calling gfs2_remove_from_ailBob Peterson
2013-12-13GFS2: don't hold s_umount over blkdev_putSteven Whitehouse
2013-12-14writeback: Fix data corruption on NFSJan Kara
2013-12-13ceph: Avoid data inconsistency due to d-cache aliasing in readpage()Li Wang