| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-06 | treewide: change inode->i_ino from unsigned long to u64 | Jeff Layton | 3 | -13/+13 |
| 2026-02-22 | Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses | Kees Cook | 1 | -1/+1 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 2 | -10/+5 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 6 | -8/+8 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 9 | -17/+21 |
| 2026-01-12 | jffs2: add setlease file operation | Jeff Layton | 2 | -0/+4 |
| 2026-01-11 | treewide: Update email address | Thomas Gleixner | 1 | -2/+2 |
| 2025-10-20 | Coccinelle-based conversion to use ->i_state accessors | Mateusz Guzik | 1 | -2/+2 |
| 2025-09-13 | mm: introduce memdesc_flags_t | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
| 2025-07-16 | fs: change write_begin/write_end interface to take struct kiocb * | Taotao Chen | 1 | -12/+16 |
| 2025-06-17 | fs: convert simple use of generic_file_*_mmap() to .mmap_prepare() | Lorenzo Stoakes | 1 | -1/+1 |
| 2025-05-22 | jffs2: check jffs2_prealloc_raw_node_refs() result in few other places | Fedor Pchelkin | 2 | -2/+6 |
| 2025-05-22 | jffs2: check that raw node were preallocated before writing summary | Artem Sadovnikov | 1 | -1/+6 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -9/+9 |
| 2024-12-05 | jffs2: Fix rtime decompressor | Richard Weinberger | 1 | -1/+1 |
| 2024-11-14 | jffs2: Prevent rtime decompress memory corruption | Kinsey Moore | 1 | -0/+3 |
| 2024-11-14 | jffs2: remove redundant check on outpos > pos | Colin Ian King | 1 | -5/+0 |
| 2024-11-14 | fs: jffs2: Fix inconsistent indentation in jffs2_mark_node_obsolete | Suraj Sonawane | 1 | -4/+4 |
| 2024-11-14 | jffs2: Correct some typos in comments | Shen Lichuan | 2 | -2/+2 |
| 2024-11-14 | jffs2: fix use of uninitialized variable | Qingfang Deng | 1 | -4/+3 |
| 2024-11-14 | jffs2: Use str_yes_no() helper function | Thorsten Blum | 1 | -4/+5 |
| 2024-08-19 | jffs2: Use a folio in jffs2_garbage_collect_dnode() | Matthew Wilcox (Oracle) | 1 | -13/+12 |
| 2024-08-19 | jffs2: Convert jffs2_do_readpage_nolock to take a folio | Matthew Wilcox (Oracle) | 1 | -13/+11 |
| 2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2024-08-07 | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 1 | -3/+2 |
| 2024-08-07 | jffs2: Convert jffs2_write_begin() to use a folio | Matthew Wilcox (Oracle) | 1 | -12/+13 |
| 2024-08-07 | jffs2: Convert jffs2_write_end() to use a folio | Matthew Wilcox (Oracle) | 1 | -18/+16 |
| 2024-07-23 | Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+2 |
| 2024-07-16 | treewide: change conditional prompt for choices to 'depends on' | Masahiro Yamada | 1 | -1/+2 |
| 2024-05-31 | jffs2: Remove calls to set/clear the folio error flag | Matthew Wilcox (Oracle) | 1 | -11/+3 |
| 2024-05-25 | Merge tag 'jffs2-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -35/+26 |
| 2024-05-12 | jffs2: Fix potential illegal address access in jffs2_free_inode | Wang Yong | 1 | -0/+1 |
| 2024-05-12 | jffs2: Simplify the allocation of slab caches | Kunwu Chan | 1 | -24/+8 |
| 2024-05-12 | jffs2: nodemgmt: fix kernel-doc comments | Randy Dunlap | 1 | -9/+15 |
| 2024-05-12 | jffs2: print symbolic error name instead of error code | Christian Heusel | 1 | -2/+2 |
| 2024-04-17 | jffs2: prevent xattr node from overflowing the eraseblock | Ilya Denisyev | 1 | -0/+3 |
| 2024-03-12 | mm, slab: remove last vestiges of SLAB_MEM_SPREAD | Linus Torvalds | 1 | -1/+1 |
| 2023-12-10 | jffs2: mark __jffs2_dbg_superblock_counts() static | Arnd Bergmann | 1 | -1/+1 |
| 2023-11-07 | Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -0/+1 |
| 2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 4 | -29/+34 |
| 2023-10-28 | exportfs: make ->encode_fh() a mandatory method for NFS export | Amir Goldstein | 1 | -0/+1 |
| 2023-10-18 | jffs2: convert to new timestamp accessors | Jeff Layton | 4 | -29/+34 |
| 2023-10-09 | jffs2: move jffs2_xattr_handlers to .rodata | Wedson Almeida Filho | 2 | -2/+2 |
| 2023-07-24 | jffs2: convert to ctime accessor functions | Jeff Layton | 4 | -16/+23 |
| 2023-06-26 | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
| 2023-05-24 | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells | 1 | -1/+1 |
| 2023-05-15 | jffs2: reduce stack usage in jffs2_build_xattr_subsystem() | Fabian Frederick | 3 | -7/+15 |
| 2023-03-06 | fs: rename generic posix acl handlers | Christian Brauner | 1 | -2/+2 |
| 2023-03-06 | fs: simplify ->listxattr() implementation | Christian Brauner | 1 | -9/+12 |
| 2023-03-06 | fs: drop unused posix acl handlers | Christian Brauner | 1 | -4/+0 |
| 2023-03-01 | Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -36/+57 |
| 2023-02-02 | jffs2: Fix list_del corruption if compressors initialized failed | Zhang Xiaoxu | 1 | -5/+28 |
| 2023-02-02 | jffs2: Use function instead of macro when initialize compressors | Zhang Xiaoxu | 2 | -22/+21 |
| 2023-02-02 | jffs2: fix spelling mistake "neccecary"->"necessary" | Yu Zhe | 1 | -1/+1 |
| 2023-02-02 | jffs2: correct logic when creating a hole in jffs2_write_begin | Yifei Liu | 1 | -8/+7 |
| 2023-01-19 | fs: port acl to mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port xattr to mnt_idmap | Christian Brauner | 3 | -3/+3 |
| 2023-01-19 | fs: port ->set_acl() to pass mnt_idmap | Christian Brauner | 3 | -3/+3 |
| 2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 2 | -3/+3 |
| 2022-10-20 | fs: rename current get acl method | Christian Brauner | 2 | -2/+2 |
| 2022-10-19 | fs: pass dentry to set acl method | Christian Brauner | 3 | -3/+4 |
| 2022-09-21 | mtd: always initialize 'stats' in struct mtd_oob_ops | Michał Kępień | 1 | -3/+3 |
| 2022-06-03 | Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -4/+3 |
| 2022-05-27 | jffs2: fix memory leak in jffs2_do_fill_super | Baokun Li | 1 | -0/+1 |
| 2022-05-27 | jffs2: Use kzalloc instead of kmalloc/memset | Haowen Bai | 1 | -4/+2 |
| 2022-05-09 | fs: Change the type of filler_t | Matthew Wilcox (Oracle) | 3 | -7/+6 |
| 2022-05-09 | jffs2: Pass the file pointer to jffs2_do_readpage_unlock() | Matthew Wilcox (Oracle) | 2 | -3/+3 |
| 2022-05-09 | jffs2: Convert jffs2 to read_folio | Matthew Wilcox (Oracle) | 2 | -6/+6 |
| 2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2022-05-08 | fs: Remove aop flags parameter from grab_cache_page_write_begin() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-31 | Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -6/+10 |
| 2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
| 2022-03-16 | jffs2: fix memory leak in jffs2_scan_medium | Baokun Li | 1 | -2/+4 |
| 2022-03-16 | jffs2: fix memory leak in jffs2_do_mount_fs | Baokun Li | 1 | -1/+3 |
| 2022-03-16 | jffs2: fix use-after-free in jffs2_clear_xattr_subsystem | Baokun Li | 1 | -1/+1 |
| 2022-03-16 | fs/jffs2: fix comments mentioning i_mutex | hongnanli | 1 | -2/+2 |
| 2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2021-12-23 | jffs2: GC deadlock reading a page that is used in jffs2_write_begin() | Kyeong Yoo | 1 | -15/+25 |
| 2021-12-13 | exit: Rename complete_and_exit to kthread_complete_and_exit | Eric W. Biederman | 1 | -1/+1 |
| 2021-08-18 | vfs: add rcu argument to ->get_acl() callback | Miklos Szeredi | 2 | -2/+5 |
| 2021-05-04 | Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -9/+10 |
| 2021-04-15 | jffs2: Hook up splice_write callback | Joel Stanley | 1 | -0/+1 |
| 2021-04-15 | jffs2: avoid Wempty-body warnings | Arnd Bergmann | 1 | -8/+8 |
| 2021-04-15 | jffs2: Fix kasan slab-out-of-bounds problem | lizhe | 1 | -1/+1 |
| 2021-03-30 | fs/jffs2: Delete obsolete TODO file | Wang Qing | 1 | -37/+0 |
| 2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 8 | -20/+34 |
| 2021-02-12 | jffs2: check the validity of dstlen in jffs2_zlib_compress() | Yang Yang | 1 | -0/+3 |
| 2021-02-12 | jffs2: fix use after free in jffs2_sum_write_data() | Tom Rix | 1 | -0/+3 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 5 | -17/+27 |
| 2021-01-24 | acl: handle idmapped mounts | Christian Brauner | 5 | -2/+6 |
| 2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -1/+1 |
| 2020-12-13 | jffs2: Fix NULL pointer dereference in rp_size fs option parsing | Jamie Iles | 1 | -5/+5 |
| 2020-12-13 | jffs2: remove trailing semicolon in macro definition | Tom Rix | 1 | -2/+2 |
| 2020-12-13 | jffs2: Allow setting rp_size to zero during remounting | lizhe | 2 | -2/+6 |
| 2020-12-13 | jffs2: Fix ignoring mounting options problem during remounting | lizhe | 1 | -0/+17 |
| 2020-12-13 | jffs2: Fix GC exit abnormally | Zhe Li | 1 | -0/+16 |
| 2020-12-13 | jffs2: Fix if/else empty body warnings | Randy Dunlap | 1 | -11/+12 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2 | -2/+2 |
| 2020-08-10 | Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -2/+7 |
| 2020-08-02 | jffs2: fix UAF problem | Zhe Li | 1 | -1/+5 |
| 2020-08-02 | jffs2: fix jffs2 mounting failure | Zhe Li | 1 | -1/+2 |
| 2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
| 2020-06-15 | jffs2: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2 | -3/+3 |
| 2020-02-07 | fs_parse: fold fs_parameter_desc/fs_parameter_spec | Al Viro | 1 | -7/+3 |
| 2020-02-07 | fs_parser: remove fs_parameter_description name field | Eric Sandeen | 1 | -1/+0 |
| 2020-02-07 | fold struct fs_parameter_enum into struct constant_table | Al Viro | 1 | -1/+1 |
| 2020-02-07 | fs_parse: get rid of ->enums | Al Viro | 1 | -11/+10 |
| 2019-11-29 | Revert "jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fr... | Joel Stanley | 1 | -1/+1 |
| 2019-09-26 | Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -2/+0 |
| 2019-09-26 | jffs2: Fix mounting under new mount API | David Howells | 1 | -2/+0 |
| 2019-09-21 | Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -40/+18 |
| 2019-09-19 | Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 3 | -101/+96 |
| 2019-09-15 | jffs2: Fix memory leak in jffs2_scan_eraseblock() error path | Wenwen Wang | 1 | -1/+4 |
| 2019-09-15 | jffs2: Remove jffs2_gc_fetch_page and jffs2_gc_release_page | Christoph Hellwig | 3 | -38/+13 |
| 2019-09-15 | jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fragtree() | Jia-Ju Bai | 1 | -1/+1 |
| 2019-09-05 | vfs: Convert jffs2 to use the new mount API | David Howells | 3 | -101/+96 |
| 2019-08-30 | fs: Fill in max and min timestamps in superblock | Deepa Dinamani | 1 | -0/+3 |
| 2019-07-12 | jffs2: pass the correct prototype to read_cache_page | Christoph Hellwig | 3 | -4/+4 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-07 | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -0/+1 |
| 2019-05-01 | jffs2: switch to ->free_inode() | Al Viro | 1 | -8/+2 |
| 2019-04-08 | fs: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+1 |
| 2019-04-01 | jffs2: fix use-after-free on symlink traversal | Al Viro | 2 | -6/+4 |
| 2018-12-02 | jffs2: Fix use of uninitialized delayed_work, lockdep breakage | Daniel Santos | 1 | -1/+2 |
| 2018-10-24 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
| 2018-10-16 | jffs2: free jffs2_sb_info through jffs2_kill_sb() | Hou Tao | 1 | -3/+1 |
| 2018-09-11 | signal: Remove the siginfo paramater from kernel_dqueue_signal | Eric W. Biederman | 1 | -1/+1 |
| 2018-07-18 | jffs2: use unsigned 32-bit timstamps consistently | Arnd Bergmann | 1 | -7/+7 |
| 2018-07-18 | jffs2: use 64-bit intermediate timestamps | Arnd Bergmann | 4 | -26/+27 |
| 2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 3 | -16/+16 |
| 2018-06-14 | Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti... | Arnd Bergmann | 3 | -16/+16 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+1 |
| 2018-06-12 | Convert jffs2 acl to struct_size | Matthew Wilcox | 2 | -1/+3 |
| 2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 3 | -16/+16 |
| 2018-05-11 | do d_instantiate/unlock_new_inode combinations safely | Al Viro | 1 | -8/+4 |
| 2018-04-15 | jffs2_kill_sb(): deal with failed allocations | Al Viro | 1 | -1/+1 |
| 2018-03-15 | mtd: Unconditionally update ->fail_addr and ->addr in part_erase() | Boris Brezillon | 1 | -1/+0 |
| 2018-03-15 | mtd: Stop assuming mtd_erase() is asynchronous | Boris Brezillon | 1 | -31/+5 |
| 2018-01-31 | Merge tag 'docs-4.16' of git://git.lwn.net/linux | Linus Torvalds | 1 | -5/+1 |
| 2018-01-31 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+0 |
| 2018-01-25 | jffs2: Fix use-after-free bug in jffs2_iget()'s error handling path | Jake Daryll Obina | 1 | -1/+0 |
| 2018-01-01 | fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at | Adam Borowski | 1 | -5/+1 |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 3 | -5/+5 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-09-14 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 3 | -6/+6 |
| 2017-09-09 | Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -1/+1 |
| 2017-08-13 | mtd: nand: Rename nand.h into rawnand.h | Boris Brezillon | 1 | -1/+1 |
| 2017-08-01 | fs: convert a pile of fsync routines to errseq_t based reporting | Jeff Layton | 1 | -1/+1 |
| 2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 3 | -6/+6 |
| 2017-04-19 | jffs2: fix spelling mistake: "requestied" -> "requested" | Colin Ian King | 1 | -1/+1 |
| 2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -1/+1 |
| 2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+1 |
| 2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 1 | -1/+0 |
| 2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -4/+9 |
| 2016-10-10 | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 1 | -2/+7 |
| 2016-10-10 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 4 | -15/+0 |
| 2016-10-07 | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 3 | -9/+0 |
| 2016-10-06 | jffs2: Remove jffs2_{get,set,remove}xattr macros | Andreas Gruenbacher | 4 | -15/+9 |
| 2016-09-27 | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps | Deepa Dinamani | 2 | -2/+2 |
| 2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 1 | -1/+1 |
| 2016-09-27 | fs: support RENAME_NOREPLACE for local filesystems | Miklos Szeredi | 1 | -3/+8 |
| 2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 1 | -1/+1 |
| 2016-09-22 | posix_acl: Clear SGID bit when setting file permissions | Jan Kara | 1 | -5/+4 |
| 2016-06-10 | vfs: make the string hashes salt the hash | Linus Torvalds | 5 | -7/+11 |
| 2016-05-27 | switch xattr_handler->set() to passing dentry and inode separately | Al Viro | 3 | -9/+12 |
| 2016-05-09 | more trivial ->iterate_shared conversions | Al Viro | 1 | -1/+1 |
| 2016-05-02 | Merge getxattr prototype change into work.lookups | Al Viro | 6 | -13/+11 |
| 2016-04-10 | xattr_handler: pass dentry and inode as separate arguments of ->get() | Al Viro | 3 | -9/+9 |
| 2016-04-10 | don't bother with ->d_inode->i_sb - it's always equal to ->d_sb | Al Viro | 2 | -2/+2 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 6 | -30/+32 |
| 2016-03-31 | posix_acl: Inode acl caching fixes | Andreas Gruenbacher | 1 | -2/+0 |
| 2016-03-24 | Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtd | Linus Torvalds | 4 | -28/+46 |
| 2016-03-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+8 |
| 2016-03-07 | jffs2: reduce the breakage on recovery from halfway failed rename() | Al Viro | 1 | -3/+8 |
| 2016-03-07 | mtd: kill the ecclayout->oobavail field | Boris BREZILLON | 1 | -4/+2 |
| 2016-02-29 | jffs2: Improve post-mount CRC scan efficiency | David Woodhouse | 3 | -24/+44 |
| 2016-02-25 | Fix directory hardlinks from deleted directories | David Woodhouse | 2 | -19/+62 |
| 2016-02-25 | jffs2: Fix page lock / f->sem deadlock | David Woodhouse | 2 | -11/+11 |
| 2016-02-25 | Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin" | Thomas Betker | 1 | -21/+18 |
| 2016-01-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
| 2016-01-22 | tree wide: use kvfree() than conditional kfree()/vfree() | Tetsuo Handa | 3 | -14/+4 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -2/+2 |
| 2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 1 | -1/+1 |
| 2016-01-13 | Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -1/+1 |
| 2016-01-11 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 4 | -71/+18 |
| 2016-01-06 | jffs2: use to_delayed_work | Geliang Tang | 1 | -1/+1 |
| 2015-12-13 | xattr handlers: Simplify list operation | Andreas Gruenbacher | 4 | -57/+18 |
| 2015-12-08 | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 1 | -1/+1 |
| 2015-12-06 | vfs: Distinguish between full xattr names and proper prefixes | Andreas Gruenbacher | 3 | -14/+0 |
| 2015-11-13 | xattr handlers: Pass handler to operations instead of flags | Andreas Gruenbacher | 4 | -22/+35 |
| 2015-11-13 | jffs2: Add missing capability check for listing trusted xattrs | Andreas Gruenbacher | 1 | -0/+3 |