Age | Commit message (Expand) | Author | Files | Lines |
2021-07-03 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -23/+10 |
2021-06-29 | ntfs: fix validity check for file name attribute | Desmond Cheong Zhi Xi | 1 | -1/+1 |
2021-06-10 | iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va... | Al Viro | 1 | -3/+1 |
2021-06-03 | ntfs_copy_from_user_iter(): don't bother with copying iov_iter | Al Viro | 1 | -22/+11 |
2021-02-25 | ntfs: check for valid standard information attribute | Rustam Kovhaev | 1 | -0/+6 |
2021-02-25 | ntfs: layout.h: delete duplicated words | Randy Dunlap | 1 | -2/+2 |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 2 | -2/+5 |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -1/+1 |
2020-12-15 | fs/ntfs: remove unused variable attr_len | Alex Shi | 1 | -2/+0 |
2020-12-15 | fs/ntfs: remove unused varibles | Alex Shi | 2 | -6/+2 |
2020-10-24 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
2020-10-14 | ntfs: add check for mft record size in superblock | Rustam Kovhaev | 1 | -0/+6 |
2020-09-18 | [PATCH] reduce boilerplate in fsid handling | Al Viro | 1 | -2/+1 |
2020-08-07 | ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function type | Luca Stefani | 4 | -19/+18 |
2020-06-24 | block: move block-related definitions out of fs.h | Christoph Hellwig | 1 | -0/+1 |
2020-06-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -3/+3 |
2020-06-02 | mm: remove the pgprot argument to __vmalloc | Christoph Hellwig | 1 | -1/+1 |
2020-06-02 | ntfs: replace attach_page_buffers with attach_page_private | Guoqing Jiang | 2 | -2/+2 |
2020-04-21 | docs: filesystems: fix renamed references | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-03-28 | fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_t | Thomas Gleixner | 1 | -6/+3 |
2019-12-09 | utimes: Clamp the timestamps in notify_change() | Amir Goldstein | 1 | -12/+6 |
2019-09-26 | ntfs: remove (un)?likely() from IS_ERR() conditions | Denis Efremov | 4 | -9/+9 |
2019-08-30 | timestamp_truncate: Replace users of timespec64_trunc | Deepa Dinamani | 1 | -9/+12 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 97 | Thomas Gleixner | 1 | -15/+1 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96 | Thomas Gleixner | 43 | -645/+43 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-02 | ntfs: switch to ->free_inode() | Al Viro | 3 | -15/+6 |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -1/+1 |
2018-10-13 | ntfs: don't open-code ERR_CAST | Al Viro | 1 | -1/+1 |
2018-08-18 | ntfs: mft: remove VLA usage | Kees Cook | 1 | -2/+10 |
2018-08-18 | ntfs: decompress: remove VLA usage | Kees Cook | 1 | -12/+16 |
2018-08-18 | ntfs: aops: remove VLA usage | Kees Cook | 1 | -1/+4 |
2018-08-18 | fs/ntfs/aops.c: don't disable interrupts during kmap_atomic() | Sebastian Andrzej Siewior | 1 | -4/+0 |
2018-08-18 | fs/ntfs: use timespec64 directly for timestamp conversion | Arnd Bergmann | 2 | -18/+21 |
2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -15/+15 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+1 |
2018-06-06 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 1 | -15/+15 |
2018-03-28 | ntfs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) call | Christoph Hellwig | 1 | -2/+2 |
2018-01-01 | ntfs: remove i_version handling | Jeff Layton | 2 | -15/+0 |
2017-11-28 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -16/+16 |
2017-11-15 | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -2/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-03 | buffer: have alloc_page_buffers() use __GFP_NOFAIL | Jens Axboe | 2 | -2/+2 |
2017-09-15 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -17/+14 |
2017-08-01 | fs: convert a pile of fsync routines to errseq_t based reporting | Jeff Layton | 2 | -2/+2 |
2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 1 | -17/+14 |
2017-05-28 | ntfs: Use ERR_CAST() to avoid cross-structure cast | Kees Cook | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -1/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-12-15 | Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -4/+3 |