aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds5-6/+68
2014-06-28btrfs: only unlock block in verify_parent_transid if we locked itJosef Bacik1-1/+2
2014-06-28Btrfs: assert send doesn't attempt to start transactionsFilipe Manana1-2/+4
2014-06-28btrfs compression: reuse recently used workspaceSergey Senozhatsky1-1/+1
2014-06-28Btrfs: fix crash when mounting raid5 btrfs with missing disksLiu Bo1-2/+3
2014-06-28btrfs: create sprout should rename fsid on the sysfs as wellAnand Jain1-0/+9
2014-06-28btrfs: dev replace should replace the sysfs entryAnand Jain1-0/+5
2014-06-28btrfs: dev add should add its sysfs entryAnand Jain3-3/+16
2014-06-28btrfs: dev delete should remove sysfs entryAnand Jain3-0/+26
2014-06-28btrfs: rename add_device_membership to btrfs_kobj_add_deviceAnand Jain1-2/+2
2014-06-27nfsd: 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-25Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-6/+20
2014-06-25Merge tag 'nfs-for-3.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-83/+103
2014-06-25fs/mbcache: replace __builtin_log2() with ilog2()T Makphaibulchoke1-1/+2
2014-06-24NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson3-45/+57
2014-06-24NFS Return -EPERM if no supported or matching SECINFO flavorAndy Adamson1-7/+4
2014-06-24NFS check the return of nfs4_negotiate_security in nfs4_submountAndy Adamson1-2/+5
2014-06-24NFS: Don't mark the data cache as invalid if it has been flushedTrond Myklebust1-35/+40
2014-06-24NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file sizeTrond Myklebust1-0/+1
2014-06-24nfs: 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 optionSteve French1-3/+4
2014-06-23ocfs2/dlm: do not purge lockres that is queued for assert masterXue jiufei4-6/+55
2014-06-23ocfs2: do not return DLM_MIGRATE_RESPONSE_MASTERY_REF to avoid endless,loop during umountjiangyiwen1-5/+9
2014-06-23ocfs2: manually do the iput once ocfs2_add_entry failed in ocfs2_symlink and ocfs2_mknodjiangyiwen1-0/+27
2014-06-23ocfs2: fix a tiny race when running dirop_fileop_racerYiwen Jiang2-2/+96
2014-06-23ocfs2/dlm: fix misuse of list_move_tail() in dlm_run_purge_list()Xue jiufei1-1/+1