summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-06-30kernfs: introduce kernfs_pin_sb()Li Zefan1-0/+30
2014-06-30Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-6/+68
2014-06-29btrfs: only unlock block in verify_parent_transid if we locked itJosef Bacik1-1/+2
2014-06-29Btrfs: assert send doesn't attempt to start transactionsFilipe Manana1-2/+4
2014-06-29btrfs compression: reuse recently used workspaceSergey Senozhatsky1-1/+1
2014-06-29Btrfs: fix crash when mounting raid5 btrfs with missing disksLiu Bo1-2/+3
2014-06-29btrfs: create sprout should rename fsid on the sysfs as wellAnand Jain1-0/+9
2014-06-29btrfs: dev replace should replace the sysfs entryAnand Jain1-0/+5
2014-06-29btrfs: dev add should add its sysfs entryAnand Jain3-3/+16
2014-06-29btrfs: dev delete should remove sysfs entryAnand Jain3-0/+26
2014-06-29btrfs: rename add_device_membership to btrfs_kobj_add_deviceAnand Jain1-2/+2
2014-06-28nfsd: fix rare symlink decoding bugJ. Bruce Fields2-10/+12
2014-06-26ext4: Fix hole punching for files with indirect blocksJan Kara1-2/+10
2014-06-26ext4: Fix block zeroing when punching holes in indirect block filesJan Kara1-2/+2
2014-06-26ext4: decrement free clusters/inodes counters when block group declared badNamjae Jeon3-0/+47
2014-06-26Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-6/+20
2014-06-26Merge tag 'nfs-for-3.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-83/+103
2014-06-26fs/mbcache: replace __builtin_log2() with ilog2()T Makphaibulchoke1-1/+2
2014-06-25NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson3-45/+57
2014-06-25NFS Return -EPERM if no supported or matching SECINFO flavorAndy Adamson1-7/+4
2014-06-25NFS check the return of nfs4_negotiate_security in nfs4_submountAndy Adamson1-2/+5
2014-06-25NFS: Don't mark the data cache as invalid if it has been flushedTrond Myklebust1-35/+40
2014-06-25NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file sizeTrond Myklebust1-0/+1
2014-06-25nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew1-1/+3
2014-06-24aio: fix kernel memory disclosure in io_getevents() introduced in v3.10Benjamin LaHaise1-0/+3
2014-06-24aio: fix aio request leak when events are reaped by userspaceBenjamin LaHaise1-2/+1
2014-06-24[CIFS] fix mount failure with broken pathnames when smb3 mount with mapchars ...Steve French1-3/+4
2014-06-24ocfs2/dlm: do not purge lockres that is queued for assert masterXue jiufei4-6/+55
2014-06-24ocfs2: do not return DLM_MIGRATE_RESPONSE_MASTERY_REF to avoid endless,loop d...jiangyiwen1-5/+9
2014-06-24ocfs2: manually do the iput once ocfs2_add_entry failed in ocfs2_symlink and ...jiangyiwen1-0/+27
2014-06-24ocfs2: fix a tiny race when running dirop_fileop_racerYiwen Jiang2-2/+96
2014-06-24ocfs2/dlm: fix misuse of list_move_tail() in dlm_run_purge_list()Xue jiufei1-1/+1
2014-06-24ocfs2: refcount: take rw_lock in ocfs2_reflinkWengang Wang1-0/+8
2014-06-24ocfs2: revert "ocfs2: fix NULL pointer dereference when dismount and ocfs2rec...Xue jiufei1-6/+2
2014-06-24ocfs2: fix deadlock when two nodes are converting same lock from PR to EX and...Tariq Saeed1-5/+13
2014-06-24ocfs2: should add inode into orphan dir after updating entry in ocfs2_rename()alex chen1-11/+11
2014-06-23f2fs: fix not to allocate unnecessary blocks during fallocateJaegeuk Kim1-1/+4
2014-06-23f2fs: recover fallocated data and its i_size togetherJaegeuk Kim1-3/+4
2014-06-23f2fs: fix to report newly allocate region as extentJaegeuk Kim1-5/+18
2014-06-22Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+1
2014-06-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds11-172/+359
2014-06-22Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-0/+79
2014-06-20Btrfs: fix wrong error handle when the device is missing or is not writeableMiao Xie1-7/+15
2014-06-20Btrfs: fix deadlock when mounting a degraded fsMiao Xie2-1/+9
2014-06-20Btrfs: use bio_endio_nodec instead of open codeMiao Xie1-8/+1
2014-06-20Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong3-7/+6
2014-06-20btrfs: Skip scrubbing removed chunks to avoid -ENOENT.Qu Wenruo1-10/+9
2014-06-20Btrfs: fix broken free space cache after the system crashedMiao Xie4-44/+186
2014-06-20Btrfs: make free space cache write out functions more readableMiao Xie1-66/+93
2014-06-20Btrfs: remove unused wait queue in struct extent_bufferFilipe Manana1-1/+0