Age | Commit message (Expand) | Author |
2019-06-21 | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-06-11 | ovl: fix wrong flags check in FS_IOC_FS[SG]ETXATTR ioctls | Amir Goldstein |
2019-05-27 | ovl: support the FS_IOC_FS[SG]ETXATTR ioctls | Amir Goldstein |
2019-05-06 | ovl: check the capability before cred overridden | Jiufei Xue |
2019-05-06 | ovl: do not generate duplicate fsnotify events for "fake" path | Amir Goldstein |
2019-05-06 | ovl: support stacked SEEK_HOLE/SEEK_DATA | Amir Goldstein |
2019-05-06 | ovl: fix missing upper fs freeze protection on copy up for ioctl | Amir Goldstein |
2018-10-30 | vfs: plumb remap flags through the vfs dedupe functions | Darrick J. Wong |
2018-10-30 | vfs: plumb remap flags through the vfs clone functions | Darrick J. Wong |
2018-10-30 | vfs: make remap_file_range functions take and return bytes completed | Darrick J. Wong |
2018-10-30 | vfs: combine the clone and dedupe into a single remap_file_range | Darrick J. Wong |
2018-09-24 | vfs: swap names of {do,vfs}_clone_file_range() | Amir Goldstein |
2018-09-24 | ovl: fix freeze protection bypass in ovl_clone_file_range() | Amir Goldstein |
2018-09-24 | ovl: fix freeze protection bypass in ovl_write_iter() | Amir Goldstein |
2018-09-03 | ovl: add ovl_fadvise() | Amir Goldstein |
2018-08-30 | ovl: fix GPF in swapfile_activate of file from overlayfs over xfs | Amir Goldstein |
2018-07-20 | ovl: Do not do metacopy only for ioctl modifying file attr | Vivek Goyal |
2018-07-20 | ovl: Open file with data except for the case of fsync | Vivek Goyal |
2018-07-18 | ovl: add reflink/copyfile/dedup support | Miklos Szeredi |
2018-07-18 | ovl: add O_DIRECT support | Miklos Szeredi |
2018-07-18 | ovl: add lsattr/chattr support | Miklos Szeredi |
2018-07-18 | ovl: add ovl_fallocate() | Miklos Szeredi |
2018-07-18 | ovl: add ovl_mmap() | Miklos Szeredi |
2018-07-18 | ovl: add ovl_fsync() | Miklos Szeredi |
2018-07-18 | ovl: add ovl_write_iter() | Miklos Szeredi |
2018-07-18 | ovl: add ovl_read_iter() | Miklos Szeredi |
2018-07-18 | ovl: add helper to return real file | Miklos Szeredi |
2018-07-18 | ovl: stack file ops | Miklos Szeredi |