summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | afs: Rename struct afs_fs_cursor to afs_operationDavid Howells2020-05-3114-278/+278
| * | afs: Remove the error argument from afs_protocol_error()David Howells2020-05-317-54/+35
| * | afs: Set error flag rather than return error from file status decodeDavid Howells2020-05-314-123/+55
| * | afs: Make callback processing more efficient.David Howells2020-05-313-60/+100
| * | afs: Show more information in /proc/net/afs/serversDavid Howells2020-05-311-8/+9
| * | afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells2020-05-318-119/+277
| * | afs: Split the usage count on struct afs_serverDavid Howells2020-05-318-65/+119
| * | afs: Use the serverUnique field in the UVLDB record to reduce rpc opsDavid Howells2020-05-314-15/+20
| * | afs: Always include dir in bulk status fetch from afs_do_lookup()David Howells2020-05-311-2/+7
| * | vfs, afs, ext4: Make the inode hash table RCU searchableDavid Howells2020-05-313-41/+127
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-0540-629/+861
|\ \ \
| * | | ext4: avoid unnecessary transaction starts during writebackJan Kara2020-06-031-18/+13
| * | | ext4: don't block for O_DIRECT if IOCB_NOWAIT is setJens Axboe2020-06-031-0/+6
| * | | ext4: remove the access_ok() check in ext4_ioctl_get_es_cacheChristoph Hellwig2020-06-031-5/+0
| * | | fs: remove the access_ok() check in ioctl_fiemapChristoph Hellwig2020-06-031-5/+1
| * | | fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig2020-06-0310-31/+13
| * | | fs: move fiemap range validation into the file systems instancesChristoph Hellwig2020-06-038-48/+38
| * | | iomap: fix the iomap_fiemap prototypeChristoph Hellwig2020-06-031-1/+1
| * | | fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-0315-0/+15
| * | | fs: mark __generic_block_fiemap staticChristoph Hellwig2020-06-031-3/+1
| * | | ext4: remove the call to fiemap_check_flags in ext4_fiemapChristoph Hellwig2020-06-031-3/+0
| * | | ext4: split _ext4_fiemapChristoph Hellwig2020-06-031-37/+35
| * | | ext4: fix fiemap size checks for bitmap filesChristoph Hellwig2020-06-032-31/+33
| * | | ext4: fix EXT4_MAX_LOGICAL_BLOCK macroRitesh Harjani2020-06-031-1/+1
| * | | add comment for ext4_dir_entry_2 file_type memberJonathan Grant2020-06-031-1/+1
| * | | jbd2: avoid leaking transaction credits when unreserving handleJan Kara2020-06-031-3/+11
| * | | ext4: drop ext4_journal_free_reserved()Jan Kara2020-06-031-6/+0
| * | | ext4: mballoc: use lock for checking free blocks while retryingRitesh Harjani2020-06-032-1/+14
| * | | ext4: mballoc: refactor ext4_mb_good_group()Ritesh Harjani2020-06-031-28/+50
| * | | ext4: mballoc: introduce pcpu seqcnt for freeing PA to improve ENOSPC handlingRitesh Harjani2020-06-031-5/+51
| * | | ext4: mballoc: refactor ext4_mb_discard_preallocations()Ritesh Harjani2020-06-031-3/+12
| * | | ext4: mballoc: add blocks to PA list under same spinlock after allocating blocksRitesh Harjani2020-06-031-35/+62
| * | | ext4: add casefold flag to EXT4_INODE_* flagsEric Biggers2020-06-031-1/+3
| * | | ext4: rework map struct instantiation in ext4_ext_map_blocks()Eric Whitney2020-06-031-25/+25
| * | | ext4: make ext_debug() implementation to use pr_debug()Ritesh Harjani2020-06-034-88/+87
| * | | ext4: mballoc: make mb_debug() implementation to use pr_debug()Ritesh Harjani2020-06-033-68/+55
| * | | ext4: replace EXT_DEBUG with __maybe_unused in ext4_ext_handle_unwritten_exte...Ritesh Harjani2020-06-031-3/+1
| * | | ext4: improve ext_debug() msg in case of block allocation failureRitesh Harjani2020-06-032-2/+6
| * | | ext4: use BIT() macro for BH_** state bitsRitesh Harjani2020-06-032-6/+6
| * | | ext4: balloc: use task_pid_nr() helperRitesh Harjani2020-06-031-2/+3
| * | | ext4: mballoc: fix possible NULL ptr & remove BUG_ONs from DOUBLE_CHECKRitesh Harjani2020-06-031-2/+9
| * | | ext4: mballoc: refactor code inside DOUBLE_CHECK into separate functionRitesh Harjani2020-06-031-17/+33
| * | | ext4: mballoc: make ext4_mb_use_preallocated() return type as boolRitesh Harjani2020-06-031-7/+7
| * | | ext4: mballoc: simplify error handling in ext4_init_mballoc()Ritesh Harjani2020-06-031-10/+13
| * | | ext4: mballoc: fix few other format specifier in mb_debug()Ritesh Harjani2020-06-031-6/+6
| * | | ext4: mballoc: correct the mb_debug() format specifier for pa_len varRitesh Harjani2020-06-031-5/+5
| * | | ext4: mballoc: add more mb_debug() msgsRitesh Harjani2020-06-031-4/+14
| * | | ext4: mballoc: refactor ext4_mb_show_ac()Ritesh Harjani2020-06-031-25/+40
| * | | ext4: mballoc: print bb_free info even when it is 0Ritesh Harjani2020-06-031-2/+0
| * | | ext4: avoid ext4_error()'s caused by ENOMEM in the truncate pathTheodore Ts'o2020-06-032-10/+34