1. e0d596a Btrfs: fall back to non-inline if we don't have enough space by Josef Bacik · 13 years ago
  2. 1d30d1d ext4: don't set i_flags in EXT4_IOC_SETFLAGS by Tao Ma · 13 years ago
  3. 7a8a1bf vfs: Fix /proc/<tid>/fdinfo/<fd> file handling by Linus Torvalds · 13 years ago
  4. 4feec67 ext4: remove mb_groups before tearing down the buddy_cache by Salman Qazi · 13 years ago
  5. 5b3b13e ext4: add ext4_mb_unload_buddy in the error path by Salman Qazi · 13 years ago
  6. cb0a40d ext4: don't trash state flags in EXT4_IOC_SETFLAGS by Theodore Ts'o · 13 years ago
  7. 7a81ffa ext4: add missing save_error_info() to ext4_error() by Theodore Ts'o · 13 years ago
  8. 8c1a537 ext4: disallow hard-linked directory in ext4_lookup by Andreas Dilger · 13 years ago
  9. 3deaaaf ext4: fix potential integer overflow in alloc_flex_gd() by Haogang Chen · 13 years ago
  10. 0663b95 ext4: force ro mount if ext4_setup_super() fails by Eric Sandeen · 13 years ago
  11. 4d2f042 ext4: fix potential NULL dereference in ext4_free_inodes_counts() by Dan Carpenter · 13 years ago
  12. 4e0ad40 vfs: increment iversion when a file is truncated by Dmitry Kasatkin · 13 years ago
  13. 5d8dd81 NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIO by Trond Myklebust · 13 years ago
  14. 56efe76 NFS: kmalloc() doesn't return an ERR_PTR() by Dan Carpenter · 13 years ago
  15. f56a161 cifs: fix oops while traversing open file list (try #4) by Shirish Pargaonkar · 13 years ago
  16. 26cfda2 cifs: Include backup intent search flags during searches {try #2) by Shirish Pargaonkar · 13 years ago
  17. 1b1b7af mm: fix NULL ptr deref when walking hugepages by Sasha Levin · 13 years ago
  18. 322d5ac exofs: Fix CRASH on very early IO errors. by Boaz Harrosh · 13 years ago
  19. f18f509 f2fs: fix to do sanity check with reserved blkaddr of inline inode by Chao Yu · 7 years ago
  20. bfe8a77 FPII-1860: pipe: Fix buffer offset after partially failed read by Ben Hutchings · 9 years ago
  21. c29528d jbd2: don't mark block as modified if the handle is out of credits by Theodore Ts'o · 7 years ago
  22. 382ac75 jbd2: don't BUG but return ENOSPC if a handle runs out of space by Theodore Ts'o · 11 years ago
  23. 043a947 Make file credentials available to the seqfile interfaces by Linus Torvalds · 9 years ago
  24. 1c3a18f userns: Make seq_file's user namespace accessible by Eric W. Biederman · 13 years ago
  25. cf72a08 Fix up non-directory creation in SGID directories by Linus Torvalds · 7 years ago
  26. 2a9b9b3 ext4: add more inode number paranoia checks by Theodore Ts'o · 7 years ago
  27. 76439ef ext4: verify the depth of extent tree in ext4_find_extent() by Theodore Ts'o · 7 years ago
  28. cdbc1a3 ext4: return ENOMEM if sb_getblk() fails by Theodore Ts'o · 12 years ago
  29. 6069b7c ext4: zero out the unused memory region in the extent tree block by Sriram Rajagopalan · 6 years ago
  30. bc39bda fs: sdcardfs: Add missing option to show_options by Daniel Rosenberg · 6 years ago
  31. b315cf1 ANDROID: sdcardfs: Add option to not link obb by Daniel Rosenberg · 6 years ago
  32. 17fbb3f ANDROID: sdcardfs: Add sandbox by Daniel Rosenberg · 6 years ago
  33. 0b9f601 ANDROID: sdcardfs: Don't use OVERRIDE_CRED macro by Daniel Rosenberg · 7 years ago
  34. 2dab879 Merge branch 'lineage-16.0' of https://github.com/z3ntu/android_kernel_fairphone_msm8974 into lineage-16.0 by chrmhoffmann · 6 years ago
  35. 6e71d85 BACKPORT: dentry name snapshots by Al Viro · 8 years ago
  36. f5f604f CVE-2017-10663 Make sure segno and blkoff read from raw image are valid. by Pekka Pesu · 7 years ago
  37. 8cc7ac6 f2fs: sanity check segment count by Jin Qian · 8 years ago
  38. 14c6146 Backported: proc: actually make proc_fd_permission() thread-friendly by Levente Tamas · 7 years ago
  39. 5127b6a Backport: proc: make proc_fd_permission() thread-friendly by Levente Tamas · 7 years ago
  40. a5e8a1c proc: Use nd_jump_link in proc_ns_follow_link by Eric W. Biederman · 12 years ago
  41. 9206366 vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlink by Linus Torvalds · 12 years ago
  42. 8b41137 path_openat(): fix double fput() by Al Viro · 10 years ago
  43. 78cb8e0 fs: allow open(dir, O_TMPFILE|..., 0) with mode 0 by Eric Rannaud · 10 years ago
  44. 6bfbe47 fanotify: check file flags passed in fanotify_init by Heinrich Schuchardt · 11 years ago
  45. ee5d32b ext[34]: fix double put in tmpfile by Miklos Szeredi · 11 years ago
  46. f421b79 vfs: add missing check for __O_TMPFILE in fcntl_init() by Zheng Liu · 12 years ago
  47. 7f52b80 fs: Fix file mode for O_TMPFILE by Andy Lutomirski · 12 years ago
  48. 56e5d3d ext4: fix a BUG when opening a file with O_TMPFILE flag by Zheng Liu · 12 years ago
  49. 001d0f4 ext3: fix a BUG when opening a file with O_TMPFILE flag by Zheng Liu · 12 years ago
  50. 815466a allow O_TMPFILE to work with O_WRONLY by Al Viro · 12 years ago
  51. d50bcfe Safer ABI for O_TMPFILE by Al Viro · 12 years ago
  52. 90666b3 vfs: improve i_op->atomic_open() documentation by Miklos Szeredi · 11 years ago
  53. f5feab3 ext4: ->tmpfile() support by Al Viro · 12 years ago
  54. 0459e0b ext3 ->tmpfile() support by Al Viro · 12 years ago
  55. f6f3426 allow the temp files created by open() to be linked to by Al Viro · 12 years ago
  56. b0d5430 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 12 years ago
  57. 04618fb lookup_one_len: don't accept . and .. by Al Viro · 12 years ago
  58. fcf25fb VFS: don't do protected {sym,hard}links by default by Linus Torvalds · 12 years ago
  59. 869724e vfs: embed struct filename inside of names_cache allocation if possible by Jeff Layton · 12 years ago
  60. a1e1263 use can_lookup() instead of direct checks of ->i_op->lookup by Al Viro · 12 years ago
  61. 631423f vfs: make path_openat take a struct filename pointer by Jeff Layton · 12 years ago
  62. 3a9b94c vfs: turn do_path_lookup into wrapper around struct filename variant by Jeff Layton · 12 years ago
  63. 9cee5ca vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  64. 0853ba5 vfs: unexport getname and putname symbols by Jeff Layton · 12 years ago
  65. e1031ba vfs: bogus warnings in fs/namei.c by Arnd Bergmann · 12 years ago
  66. d4def9b fs: prevent use after free in auditing when symlink following was denied by Sasha Levin · 12 years ago
  67. 66cc1a2 namei.c: fix BS comment by Al Viro · 12 years ago
  68. b5e96de vfs: fix propagation of atomic_open create error on negative dentry by Sage Weil · 12 years ago
  69. 63bab5b vfs: pass right create mode to may_o_create() by Miklos Szeredi · 12 years ago
  70. 99fdd3a vfs: atomic_open(): fix create mode usage by Miklos Szeredi · 12 years ago
  71. 7d14039 fs: Push mnt_want_write() outside of i_mutex by Jan Kara · 13 years ago
  72. 8c162b9 simplify lookup_open()/atomic_open() - do the temporary mnt_want_write() early by Al Viro · 13 years ago
  73. 5b2d9ff fix O_EXCL handling for devices by Al Viro · 13 years ago
  74. ccdd090 fs: add link restriction audit reporting by Kees Cook · 13 years ago
  75. 5092e9c fs: add link restrictions by Kees Cook · 13 years ago
  76. 968c5ab vfs: don't let do_last pass negative dentry to audit_inode by Jeff Layton · 13 years ago
  77. eb8b9ae pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_create() resp. by Al Viro · 13 years ago
  78. 1db2b39 mknod: take sanity checks on mode into the very beginning by Al Viro · 13 years ago
  79. 58cc338 new helper: done_path_create() by Al Viro · 13 years ago
  80. 9caac00 tidy up namei.c a bit by Al Viro · 13 years ago
  81. dab53a7 unobfuscate follow_up() a bit by Al Viro · 13 years ago
  82. 59efa86 use __lookup_hash() in kern_path_parent() by Al Viro · 13 years ago
  83. fac2602 fs: add nd_jump_link by Christoph Hellwig · 13 years ago
  84. da51d39 fs: move path_put on failure out of ->follow_link by Christoph Hellwig · 13 years ago
  85. 9898cc8 VFS: Fix the banner comment on lookup_open() by David Howells · 13 years ago
  86. 8da0eaf don't pass nameidata * to vfs_create() by Al Viro · 13 years ago
  87. 33b02b8 don't pass nameidata to ->create() by Al Viro · 13 years ago
  88. 292d3af fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real() by Al Viro · 13 years ago
  89. 986122f stop passing nameidata to ->lookup() by Al Viro · 13 years ago
  90. 61b61da fs/namei.c: don't pass namedata to lookup_dcache() by Al Viro · 13 years ago
  91. 28ca326 fs/namei.c: don't pass nameidata to d_revalidate() by Al Viro · 13 years ago
  92. 4c9e687 stop passing nameidata * to ->d_revalidate() by Al Viro · 13 years ago
  93. 70806c3 fs/namei.c: get do_last() and friends return int by Al Viro · 13 years ago
  94. 6c47ccc fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possible by Al Viro · 13 years ago
  95. ffb1868 nfs_lookup_verify_inode() - nd is *always* non-NULL here by Al Viro · 13 years ago
  96. c70f498 switch nfs_lookup_check_intent() away from nameidata by Al Viro · 13 years ago
  97. 57fa6ca make finish_no_open() return int by Al Viro · 13 years ago
  98. b2ebdc5 kill struct opendata by Al Viro · 13 years ago
  99. 37132a7 kill opendata->{mnt,dentry} by Al Viro · 13 years ago
  100. c313080 don't modify od->filp at all by Al Viro · 13 years ago