summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa2016-04-141-2/+2
* rxrpc: Differentiate local and remote abort codes in structsDavid Howells2016-04-111-3/+11
* afs: Wait for outstanding async calls before closing rxrpc socketDavid Howells2016-04-111-3/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-09263-2402/+2752
|\
| * Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-098-32/+215
| |\
| | * Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana2016-04-071-0/+137
| | * btrfs: Reset IO error counters before start of device replacingYauhen Kharuzhy2016-04-041-0/+2
| | * btrfs: Add qgroup tracingMark Fasheh2016-04-041-0/+9
| | * Btrfs: don't use src fd for printkJosef Bacik2016-04-041-1/+1
| | * btrfs: fallback to vmalloc in btrfs_compare_treeDavid Sterba2016-04-041-4/+8
| | * btrfs: handle non-fatal errors in btrfs_qgroup_inherit()Mark Fasheh2016-04-041-22/+32
| | * btrfs: Output more info for enospc_debug mount optionQu Wenruo2016-04-041-2/+19
| | * Btrfs: fix invalid reference in replace_pathLiu Bo2016-04-041-0/+1
| | * Btrfs: Improve FL_KEEP_SIZE handling in fallocateDavide Italiano2016-04-041-3/+6
| * | Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-04-096-53/+28Star
| |\ \
| | * | orangefs: remove unused variableMartin Brandenburg2016-04-081-3/+1Star
| | * | orangefs: Add KERN_<LEVEL> to gossip_<level> macrosJoe Perches2016-04-081-14/+17
| | * | orangefs: strncpy -> strscpyMartin Brandenburg2016-04-081-1/+5
| | * | orangefs: clean up truncate ctime and mtime settingMartin Brandenburg2016-04-081-15/+1Star
| | * | Orangefs: fix ifnullfree.cocci warningskbuild test robot2016-04-081-2/+1Star
| | * | Orangefs: optimize boilerplate code.Mike Marshall2016-04-082-2/+2
| | * | Orangefs: xattr.c cleanupMike Marshall2016-04-081-16/+1Star
| * | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-0817-86/+244
| |\ \ \
| | * | | ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o2016-04-031-11/+11
| | * | | ext4 crypto: fix some error handlingDan Carpenter2016-04-031-1/+1
| | * | | ext4: avoid calling dquot_get_next_id() if quota is not enabledTheodore Ts'o2016-04-011-1/+13
| | * | | ext4: retry block allocation for failed DIO and DAX writesJan Kara2016-04-011-30/+28Star
| | * | | ext4: add lockdep annotations for i_data_semTheodore Ts'o2016-04-013-4/+55
| | * | | ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o2016-03-312-0/+10
| | * | | btrfs: fix crash/invalid memory access on fsync when using overlayfsFilipe Manana2016-03-311-1/+1
| | * | | ext4 crypto: use dget_parent() in ext4_d_revalidate()Theodore Ts'o2016-03-261-4/+8
| | * | | ext4: use file_dentry()Miklos Szeredi2016-03-261-1/+1
| | * | | ext4: use dget_parent() in ext4_file_open()Miklos Szeredi2016-03-261-4/+8
| | * | | nfs: use file_dentry()Miklos Szeredi2016-03-263-6/+6
| | * | | fs: add file_dentry()Miklos Szeredi2016-03-262-1/+37
| | * | | ext4 crypto: don't let data integrity writebacks fail with ENOMEMTheodore Ts'o2016-03-264-20/+39
| | * | | ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o2016-03-221-4/+28
| * | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-04-042-4/+20
| |\ \ \ \
| | * | | | ocfs2: Fix Q_GETNEXTQUOTA for filesystem without quotasJan Kara2016-03-291-2/+9
| | * | | | quota: Handle Q_GETNEXTQUOTA when quota is disabledJan Kara2016-03-291-2/+11
| * | | | | Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2016-04-042-44/+72
| |\ \ \ \ \
| | * | | | | f2fs: retrieve IO write stat from the right placeShuoran Liu2016-03-301-1/+1
| | * | | | | f2fs crypto: fix corrupted symlink in encrypted caseJaegeuk Kim2016-03-301-6/+6
| | * | | | | f2fs: cover large section in sanity check of superJaegeuk Kim2016-03-281-37/+65
| | |/ / / /
| * | | | | Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds2016-04-04247-2183/+2173Star
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-0434-89/+78Star
| | * | | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04243-2096/+2097
* | | | | | rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland2016-04-051-2/+2
|/ / / / /
* | | | | Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-021-20/+25
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'misc-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Chris Mason2016-03-251-20/+25
| |\ \ \ \