summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand2021-06-294-13/+6
* mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli2021-06-291-1/+1
* mm: move page dirtying prototypes from mm.hMatthew Wilcox (Oracle)2021-06-292-1/+2
* fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)2021-06-295-20/+4
* fs: remove anon_set_page_dirty()Matthew Wilcox (Oracle)2021-06-291-10/+1
* iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)2021-06-294-29/+4
* mm/writeback: move __set_page_dirty() to core mmMatthew Wilcox (Oracle)2021-06-291-24/+0
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-2921-0/+38
* fs: move ramfs_aops to libfsChristoph Hellwig2021-06-294-26/+16
* fs: unexport __set_page_dirtyChristoph Hellwig2021-06-291-1/+0
* writeback, cgroup: release dying cgwbs by switching attached inodesRoman Gushchin2021-06-291-10/+101
* writeback, cgroup: support switching multiple inodes at onceRoman Gushchin2021-06-291-42/+64
* writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn()Roman Gushchin2021-06-291-8/+11
* writeback, cgroup: keep list of inodes attached to bdi_writebackRoman Gushchin2021-06-291-34/+59
* writeback, cgroup: switch to rcu_work API in inode_switch_wbs()Roman Gushchin2021-06-291-14/+4
* writeback, cgroup: increment isw_nr_in_flight before grabbing an inodeRoman Gushchin2021-06-291-2/+3
* writeback, cgroup: add smp_mb() to cgroup_writeback_umount()Roman Gushchin2021-06-291-0/+6
* writeback, cgroup: do not switch inodes with I_WILL_FREE flagRoman Gushchin2021-06-291-4/+4
* dax: fix ENOMEM handling in grab_mapping_entry()Jan Kara2021-06-291-1/+2
* ocfs2: remove redundant initialization of variable retColin Ian King2021-06-291-1/+1
* ocfs2: replace simple_strtoull() with kstrtoull()Chen Huang2021-06-291-2/+3
* ocfs2: remove repeated uptodate check for bufferWan Jiabing2021-06-291-2/+1
* ocfs2: remove redundant assignment to pointer queueColin Ian King2021-06-291-1/+1
* ocfs2: fix snprintf() checkingDan Carpenter2021-06-292-11/+3
* ocfs2: remove unnecessary INIT_LIST_HEAD()Yang Yingliang2021-06-291-2/+0
* squashfs: add option to panic on errorsVincent Whitchurch2021-06-293-1/+91
* ntfs: fix validity check for file name attributeDesmond Cheong Zhi Xi2021-06-291-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-251-0/+1
|\
| * nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin2021-06-241-0/+1
* | Merge tag 'ceph-for-5.13-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds2021-06-254-17/+26
|\ \
| * | ceph: fix error handling in ceph_atomic_open and ceph_lookupJeff Layton2021-06-223-17/+21
| * | ceph: must hold snap_rwsem when filling inode for async createJeff Layton2021-06-222-0/+5
| |/
* | Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-252-15/+45
|\ \ | |/ |/|
| * netfs: fix test for whether we can skip read when writing beyond EOFJeff Layton2021-06-211-13/+36
| * afs: Fix afs_write_end() to handle short writesDavid Howells2021-06-211-2/+9
* | Merge tag 'for-5.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-06-181-4/+4
|\ \
| * | btrfs: zoned: fix negative space_info->bytes_readonlyNaohiro Aota2021-06-171-4/+4
* | | afs: Re-enable freezing once a page fault is interruptedMatthew Wilcox (Oracle)2021-06-181-5/+8
* | | Merge tag 'fixes_for_v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-171-2/+2
|\ \ \
| * | | fanotify: fix copy_event_to_user() fid error clean upMatthew Bobrowski2021-06-141-2/+2
* | | | mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz2021-06-161-0/+1
* | | | proc: only require mm_struct for writingLinus Torvalds2021-06-151-1/+3
* | | | afs: Fix an IS_ERR() vs NULL checkDan Carpenter2021-06-151-2/+2
| |_|/ |/| |
* | | Merge tag 'nfs-for-5.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-06-135-13/+33
|\ \ \
| * | | NFSv4: Fix second deadlock in nfs4_evict_inode()Trond Myklebust2021-06-031-2/+7
| * | | NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()Trond Myklebust2021-06-032-1/+12
| * | | NFS: FMODE_READ and friends are C macros, not enum typesChuck Lever2021-06-031-4/+0
| * | | NFS: Fix a potential NULL dereference in nfs_get_client()Dan Carpenter2021-06-031-1/+1
| * | | NFS: Fix use-after-free in nfs4_init_client()Anna Schumaker2021-06-031-1/+1
| * | | NFS: Ensure the NFS_CAP_SECURITY_LABEL capability is set when appropriateScott Mayhew2021-06-031-4/+4