summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Btrfs: fix crash when mounting raid5 btrfs with missing disksLiu Bo2014-06-281-2/+3
| * | | | | | btrfs: create sprout should rename fsid on the sysfs as wellAnand Jain2014-06-281-0/+9
| * | | | | | btrfs: dev replace should replace the sysfs entryAnand Jain2014-06-281-0/+5
| * | | | | | btrfs: dev add should add its sysfs entryAnand Jain2014-06-283-3/+16
| * | | | | | btrfs: dev delete should remove sysfs entryAnand Jain2014-06-283-0/+26
| * | | | | | btrfs: rename add_device_membership to btrfs_kobj_add_deviceAnand Jain2014-06-281-2/+2
* | | | | | | Merge tag 'driver-core-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-07-041-14/+55
|\ \ \ \ \ \ \
| * | | | | | | kernfs: kernfs_notify() must be useable from non-sleepable contextsTejun Heo2014-07-021-14/+55
* | | | | | | | Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-07-042-11/+13
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | nfs: fix nfs4d readlink truncated packetAvi Kivity2014-07-021-1/+1
| * | | | | | | nfsd: fix rare symlink decoding bugJ. Bruce Fields2014-06-272-10/+12
| | |_|/ / / / | |/| | | | |
* | | | | | | fs/seq_file: fallback to vmalloc allocationHeiko Carstens2014-07-031-9/+21
* | | | | | | /proc/stat: convert to single_open_size()Heiko Carstens2014-07-031-20/+2Star
* | | | | | | autofs4: fix false positive compile errorIan Kent2014-07-031-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-305-6/+68
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | ext4: Fix hole punching for files with indirect blocksJan Kara2014-06-261-2/+10
| * | | | | ext4: Fix block zeroing when punching holes in indirect block filesJan Kara2014-06-261-2/+2
| * | | | | ext4: decrement free clusters/inodes counters when block group declared badNamjae Jeon2014-06-263-0/+47
| * | | | | fs/mbcache: replace __builtin_log2() with ilog2()T Makphaibulchoke2014-06-261-1/+2
| * | | | | ext4: Fix buffer double free in ext4_alloc_branch()Jan Kara2014-06-161-1/+7
* | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-06-263-6/+20
|\ \ \ \ \ \
| * | | | | | [CIFS] fix mount failure with broken pathnames when smb3 mount with mapchars ...Steve French2014-06-241-3/+4
| * | | | | | cifs: revalidate mapping prior to satisfying read_iter request with cache=looseJeff Layton2014-06-191-2/+15
| * | | | | | fs/cifs: fix regression in cifs_create_mf_symlink()Björn Baumbach2014-06-161-1/+1
| |/ / / / /
* | | | | | Merge tag 'nfs-for-3.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-06-265-83/+103
|\ \ \ \ \ \
| * | | | | | NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson2014-06-253-45/+57
| * | | | | | NFS Return -EPERM if no supported or matching SECINFO flavorAndy Adamson2014-06-251-7/+4Star
| * | | | | | NFS check the return of nfs4_negotiate_security in nfs4_submountAndy Adamson2014-06-251-2/+5
| * | | | | | NFS: Don't mark the data cache as invalid if it has been flushedTrond Myklebust2014-06-251-35/+40
| * | | | | | NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file sizeTrond Myklebust2014-06-251-0/+1
| * | | | | | nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew2014-06-251-1/+3
| | |/ / / / | |/| | | |
* | | | | | aio: fix kernel memory disclosure in io_getevents() introduced in v3.10Benjamin LaHaise2014-06-241-0/+3
* | | | | | aio: fix aio request leak when events are reaped by userspaceBenjamin LaHaise2014-06-241-2/+1Star
* | | | | | ocfs2/dlm: do not purge lockres that is queued for assert masterXue jiufei2014-06-244-6/+55
* | | | | | ocfs2: do not return DLM_MIGRATE_RESPONSE_MASTERY_REF to avoid endless,loop d...jiangyiwen2014-06-241-5/+9
* | | | | | ocfs2: manually do the iput once ocfs2_add_entry failed in ocfs2_symlink and ...jiangyiwen2014-06-241-0/+27
* | | | | | ocfs2: fix a tiny race when running dirop_fileop_racerYiwen Jiang2014-06-242-2/+96
* | | | | | ocfs2/dlm: fix misuse of list_move_tail() in dlm_run_purge_list()Xue jiufei2014-06-241-1/+1
* | | | | | ocfs2: refcount: take rw_lock in ocfs2_reflinkWengang Wang2014-06-241-0/+8
* | | | | | ocfs2: revert "ocfs2: fix NULL pointer dereference when dismount and ocfs2rec...Xue jiufei2014-06-241-6/+2Star
* | | | | | ocfs2: fix deadlock when two nodes are converting same lock from PR to EX and...Tariq Saeed2014-06-241-5/+13
* | | | | | ocfs2: should add inode into orphan dir after updating entry in ocfs2_rename()alex chen2014-06-241-11/+11
|/ / / / /
* | | | | Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-06-221-1/+1
|\ \ \ \ \
| * | | | | locks: set fl_owner for leases back to current->filesJeff Layton2014-06-101-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-2211-172/+359
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Btrfs: fix wrong error handle when the device is missing or is not writeableMiao Xie2014-06-191-7/+15
| * | | | | Btrfs: fix deadlock when mounting a degraded fsMiao Xie2014-06-192-1/+9
| * | | | | Btrfs: use bio_endio_nodec instead of open codeMiao Xie2014-06-191-8/+1Star
| * | | | | Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong2014-06-193-7/+6Star
| * | | | | btrfs: Skip scrubbing removed chunks to avoid -ENOENT.Qu Wenruo2014-06-191-10/+9Star