summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: set fsync mark only for the last dnodeJaegeuk Kim2016-04-264-20/+113
* f2fs: report unwritten status in fsync_node_pagesJaegeuk Kim2016-04-262-8/+9
* f2fs: split sync_node_pages with fsync_node_pagesJaegeuk Kim2016-04-265-33/+84
* f2fs: avoid writing 0'th page in volatile writesJaegeuk Kim2016-04-261-2/+4
* f2fs: avoid needless lock for node pages when fsyncing a fileJaegeuk Kim2016-04-261-3/+7
* f2fs: flush dirty pages before starting atomic writesJaegeuk Kim2016-04-151-1/+10
* f2fs: don't invalidate atomic page if successfulJaegeuk Kim2016-04-151-2/+3
* f2fs: give -E2BIG for no space in xattrJaegeuk Kim2016-04-151-1/+1
* f2fs: remove redundant condition checkJaegeuk Kim2016-04-152-2/+2
* f2fs: unset atomic/volatile flag in f2fs_release_fileJaegeuk Kim2016-04-152-3/+4
* f2fs: fix dropping inmemory pages in a wrong timeJaegeuk Kim2016-04-151-0/+8
* f2fs: add BUG_ON to avoid unnecessary flowJaegeuk Kim2016-04-151-5/+2
* f2fs: use PGP_LOCK to check its truncationJaegeuk Kim2016-04-151-7/+2
* f2fs: fix to convert inline directory correctlyChao Yu2016-04-153-43/+142
* f2fs: show current mount statusJaegeuk Kim2016-04-151-2/+3
* f2fs: treat as a normal umount when remounting roJaegeuk Kim2016-04-151-8/+10
* f2fs: give -EINVAL for norecovery and rw mountJaegeuk Kim2016-04-153-7/+20
* f2fs: recover superblock at RW remountsJaegeuk Kim2016-04-152-9/+28
* f2fs: give RO message when recovering superblockJaegeuk Kim2016-04-151-1/+4
* Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-04-144-25/+56
|\
| * ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim2016-04-122-0/+8
| * fscrypto: don't let data integrity writebacks fail with ENOMEMJaegeuk Kim2016-04-122-19/+33
| * f2fs: use dget_parent and file_dentry in f2fs_file_openJaegeuk Kim2016-04-121-3/+7
| * fscrypto: use dget_parent() in fscrypt_d_revalidate()Jaegeuk Kim2016-04-121-3/+8
* | Make file credentials available to the seqfile interfacesLinus Torvalds2016-04-141-3/+4
|/
* Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Linus Torvalds2016-04-102-10/+0
* 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-061-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/+28
|\ \
| * | orangefs: remove unused variableMartin Brandenburg2016-04-081-3/+1
| * | 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/+1
| * | Orangefs: fix ifnullfree.cocci warningskbuild test robot2016-04-081-2/+1
| * | Orangefs: optimize boilerplate code.Mike Marshall2016-04-082-2/+2
| * | Orangefs: xattr.c cleanupMike Marshall2016-04-081-16/+1
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-0717-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-021-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/+28
| * | | ext4: add lockdep annotations for i_data_semTheodore Ts'o2016-04-013-4/+55
OpenPOWER on IntegriCloud