aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+2
2014-07-15quota: missing lock in dqcache_shrink_scan()Niu Yawei1-0/+2
2014-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds4-53/+69
2014-07-14aio: protect reqs_available updates from changes in interrupt handlersBenjamin LaHaise1-0/+7
2014-07-14fuse: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-07-14fuse: release temporary page if fuse_writepage_locked() failedMaxim Patlasov1-1/+3
2014-07-13Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds5-45/+44
2014-07-12ext4: fix potential null pointer dereference in ext4_free_inodeNamjae Jeon1-1/+1
2014-07-12ext4: fix a potential deadlock in __ext4_es_shrink()Theodore Ts'o1-2/+2
2014-07-11Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2014-07-11ext4: revert commit which was causing fs corruption after journal replaysTheodore Ts'o1-27/+24
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+30
2014-07-10fuse: restructure ->rename2()Miklos Szeredi1-14/+20
2014-07-09Merge tag 'f2fs-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds9-27/+41
2014-07-09f2fs: avoid to access NULL pointer in issue_flush_threadChao Yu1-1/+2
2014-07-09f2fs: check bdi->dirty_exceeded when trying to skip data writesJaegeuk Kim1-0/+2
2014-07-09f2fs: do checkpoint for the renamed inodeJaegeuk Kim1-6/+4
2014-07-09f2fs: release new entry page correctly in error path of f2fs_renameChao Yu1-1/+2
2014-07-09f2fs: fix error path in init_inode_metadataChao Yu1-1/+1
2014-07-09f2fs: check lower bound nid value in check_nid_rangeChao Yu3-4/+4
2014-07-09f2fs: remove unused variables in f2fs_sm_infoChao Yu2-5/+0
2014-07-07nfsd: Fix bad reserving space for encoding rdattr_errorKinglong Mee1-1/+1
2014-07-07fuse: avoid scheduling while atomicMiklos Szeredi1-28/+23
2014-07-07fuse: handle large user and group IDMiklos Szeredi1-4/+16
2014-07-07fuse: inode: drop castHimangi Saraogi1-1/+1
2014-07-07fuse: ignore entry-timeout on LOOKUP_REVALAnand Avati1-1/+2
2014-07-07fuse: timeout comparison fixMiklos Szeredi1-3/+3
2014-07-05ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen2-3/+4
2014-07-05ext4: clarify ext4_error message in ext4_mb_generate_buddy_error()Theodore Ts'o1-2/+2
2014-07-05ext4: clarify error count warning messagesTheodore Ts'o1-3/+4
2014-07-05ext4: fix unjournalled bg descriptor while initializing inode bitmapTheodore Ts'o1-7/+7
2014-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds13-47/+108
2014-07-03Merge tag 'driver-core-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-14/+55
2014-07-03Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-11/+13
2014-07-03fs/seq_file: fallback to vmalloc allocationHeiko Carstens1-9/+21
2014-07-03/proc/stat: convert to single_open_size()Heiko Carstens1-20/+2
2014-07-03autofs4: fix false positive compile errorIan Kent1-1/+1
2014-07-03Btrfs: fix crash when starting transactionFilipe Manana1-0/+1
2014-07-03Btrfs: fix btrfs_print_leaf for skinny metadataJosef Bacik1-4/+5
2014-07-03Btrfs: fix race of using total_bytes_pinnedLiu Bo1-4/+1
2014-07-03btrfs: use E2BIG instead of EIO if compression does not helpDavid Sterba1-1/+1
2014-07-03btrfs: remove stale comment from btrfs_flush_all_pending_stuffsDavid Sterba1-5/+0
2014-07-03Btrfs: fix use-after-free when cloning a trailing file holeFilipe Manana1-11/+9
2014-07-03btrfs: fix null pointer dereference in btrfs_show_devname when name is nullAnand Jain1-0/+2
2014-07-03btrfs: fix null pointer dereference in clone_fs_devices when name is nullAnand Jain1-5/+7
2014-07-03btrfs: fix nossd and ssd_spread mount option regressionEric Sandeen1-1/+2
2014-07-03Btrfs: fix race between balance recovery and root deletionWang Shilong2-0/+4
2014-07-03Btrfs: atomically set inode->i_flags in btrfs_update_iflagsFilipe Manana1-7/+10
2014-07-02nfs: fix nfs4d readlink truncated packetAvi Kivity1-1/+1
2014-07-02kernfs: kernfs_notify() must be useable from non-sleepable contextsTejun Heo1-14/+55