1. bb7720a0 udf: Fold udf_fill_inode() into __udf_read_inode() by Jan Kara · 10 years ago
  2. 8a70ee3 udf: Avoid dir link count to go negative by Jan Kara · 10 years ago
  3. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  4. 027bc41 NFSD: Put export if prepare_creds() fail by Kinglong Mee · 10 years ago
  5. 13c82e8 NFSD: Full checking of authentication name by Kinglong Mee · 10 years ago
  6. 48c348b NFSD: Fix bad using of return value from qword_get by Kinglong Mee · 10 years ago
  7. 15d176c NFSD: Fix a memory leak if nfsd4_recdir_load fail by Kinglong Mee · 10 years ago
  8. c2236f141 NFSD: Reset creds after mnt_want_write_file() fail by Kinglong Mee · 10 years ago
  9. 8519f99 NFSD: Put file after ima_file_check fail in nfsd_open() by Kinglong Mee · 10 years ago
  10. 70c8038 Merge tag 'for-f2fs-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 10 years ago
  11. a9cfcd6 ext4: avoid trying to kfree an ERR_PTR pointer by Theodore Ts'o · 10 years ago
  12. dac5705 Btrfs: fix crash while doing a ranged fsync by Filipe Manana · 10 years ago
  13. d9f8596 Btrfs: fix corruption after write/fsync failure + fsync + log recovery by Filipe Manana · 10 years ago
  14. 66f09ca nfs: do not start the callback thread until we set rqstp->rq_task by Trond Myklebust · 10 years ago
  15. d4e8990 lockd: Do not start the lockd thread before we've set nlmsvc_rqst->rq_task by Trond Myklebust · 10 years ago
  16. 2ff396be aio: add missing smp_rmb() in read_events_ring by Jeff Moyer · 10 years ago
  17. b73e528 f2fs: reposition unlock_new_inode to prevent accessing invalid inode by Chao Yu · 10 years ago
  18. eb68d0e ext4: track extent status tree shrinker delay statictics by Zheng Liu · 10 years ago
  19. e963bb1 ext4: improve extents status tree trace point by Zheng Liu · 10 years ago
  20. d91bd2c ext4: fix comments about get_blocks by Seunghun Lee · 10 years ago
  21. 41b9d72 xfs: trim eofblocks before collapse range by Brian Foster · 10 years ago
  22. 1669a8c xfs: xfs_file_collapse_range is delalloc challenged by Dave Chinner · 10 years ago
  23. ca446d8 xfs: don't log inode unless extent shift makes extent modifications by Brian Foster · 10 years ago
  24. 7d4ea3c xfs: use ranged writeback and invalidation for direct IO by Dave Chinner · 10 years ago
  25. 834ffca xfs: don't zero partial page cache pages during O_DIRECT writes by Dave Chinner · 10 years ago
  26. 85e584d xfs: don't zero partial page cache pages during O_DIRECT writes by Chris Mason · 10 years ago
  27. 22e757a xfs: don't dirty buffers beyond EOF by Dave Chinner · 10 years ago
  28. 45f1a9c ext4: enable block_validity by default by Darrick J. Wong · 10 years ago
  29. 88fe1ac jbd2: fold __wait_cp_io into jbd2_log_do_checkpoint() by Theodore Ts'o · 10 years ago
  30. be1158c jbd2: fold __process_buffer() into jbd2_log_do_checkpoint() by Theodore Ts'o · 10 years ago
  31. ed8a1a7 ext4: rename ext4_ext_find_extent() to ext4_find_extent() by Theodore Ts'o · 10 years ago
  32. 3bdf14b ext4: reuse path object in ext4_move_extents() by Theodore Ts'o · 10 years ago
  33. ee4bd0d9 ext4: reuse path object in ext4_ext_shift_extents() by Theodore Ts'o · 10 years ago
  34. 10809df8 ext4: teach ext4_ext_find_extent() to realloc path if necessary by Theodore Ts'o · 10 years ago
  35. b7ea89a ext4: allow a NULL argument to ext4_ext_drop_refs() by Theodore Ts'o · 10 years ago
  36. 523f431 ext4: call ext4_ext_drop_refs() from ext4_ext_find_extent() by Theodore Ts'o · 10 years ago
  37. dfe5080 ext4: drop EXT4_EX_NOFREE_ON_ERR from rest of extents handling code by Theodore Ts'o · 10 years ago
  38. 4f224b8 ext4: drop EXT4_EX_NOFREE_ON_ERR in convert_initialized_extent() by Theodore Ts'o · 10 years ago
  39. e8b83d93 ext4: collapse ext4_convert_initialized_extents() by Theodore Ts'o · 10 years ago
  40. 705912c ext4: teach ext4_ext_find_extent() to free path on error by Theodore Ts'o · 10 years ago
  41. bd30d70 ext4: fix accidental flag aliasing in ext4_map_blocks flags by Theodore Ts'o · 10 years ago
  42. 713e8dd ext4: fix ZERO_RANGE bug hidden by flag aliasing by Theodore Ts'o · 10 years ago
  43. 19008f6 ext4: fix ext4_swap_extents() error handling by Theodore Ts'o · 10 years ago
  44. 35e2744 Merge tag 'locks-v3.17-3' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  45. fcf6b1b7 ext4: refactor ext4_move_extents code base by Dmitry Monakhov · 10 years ago
  46. f8fb4f4 ext4: use ext4_ext_next_allocated_block instead of mext_next_extent by Dmitry Monakhov · 10 years ago
  47. ee124d2 ext4: use ext4_update_i_disksize instead of opencoded ones by Dmitry Monakhov · 10 years ago
  48. 81b6b06 fix EBUSY on umount() from MNT_SHRINKABLE by Al Viro · 10 years ago
  49. 88b368f get rid of propagate_umount() mistakenly treating slaves as busy. by Al Viro · 10 years ago
  50. 52c826d ext4: remove a duplicate call in ext4_init_new_dir() by Wang Shilong · 10 years ago
  51. f8b3b59 ext4: convert do_split() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  52. dd73b5d ext4: convert dx_probe() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  53. 1c21502 ext4: convert ext4_bread() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  54. 1056008 ext4: convert ext4_getblk() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  55. 537d8f9 ext4: convert ext4_dx_find_entry() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  56. 10f3291 Merge branch 'akpm' (fixes from Andrew Morton) by Linus Torvalds · 10 years ago
  57. 8c7b638 ocfs2: quorum: add a log for node not fenced by Junxiao Bi · 10 years ago
  58. 8e9801d ocfs2: o2net: set tcp user timeout to max value by Junxiao Bi · 10 years ago
  59. c43c363 ocfs2: o2net: don't shutdown connection when idle timeout by Junxiao Bi · 10 years ago
  60. 2b46263 ocfs2: do not write error flag to user structure we cannot copy from/to by Ben Hutchings · 10 years ago
  61. 878e580 Merge tag 'nfs-for-3.17-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  62. d4f0318 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  63. 3304b56 f2fs: fix wrong casting for dentry name by Jaegeuk Kim · 10 years ago
  64. d80d448 ext4: fix same-dir rename when inline data directory overflows by Darrick J. Wong · 10 years ago
  65. db9ee22 jbd2: fix descriptor block size handling errors with journal_csum by Darrick J. Wong · 10 years ago
  66. 022eaa7 jbd2: fix infinite loop when recovering corrupt journal blocks by Darrick J. Wong · 10 years ago
  67. 6603120 ext4: update i_disksize coherently with block allocation on error path by Dmitry Monakhov · 10 years ago
  68. ccad7da nfsd4: remove labeled NFS warning from config help by J. Bruce Fields · 10 years ago
  69. 2b8941b NFSD: Update some as-yet unused 4.2 error codes by Anna Schumaker · 10 years ago
  70. 6cd9066 NFSD: Remove duplicate initialization of file_lock by Kinglong Mee · 10 years ago
  71. 922cedb f2fs: simplify by using a literal by Dan Carpenter · 10 years ago
  72. c174e6d ext4: fix transaction issues for ext4_fallocate and ext_zero_range by Dmitry Monakhov · 10 years ago
  73. 69dc953 ext4: fix incorect journal credits reservation in ext4_zero_range by Dmitry Monakhov · 10 years ago
  74. 1fb00cb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  75. e9512d7 Btrfs: fix autodefrag with compression by Chris Mason · 10 years ago
  76. 920bce2 FS-Cache: Reduce cookie ref count if submit fails. by Milosz Tanski · 10 years ago
  77. 9776de9 FS-Cache: Timeout for releasepage() by Milosz Tanski · 10 years ago
  78. 88299c9 timerfd: Remove an always true check by Dan Carpenter · 10 years ago
  79. f87d928f NFSv3: Fix another acl regression by Trond Myklebust · 10 years ago
  80. 412f6c4 NFSv4: Don't clear the open state when we just did an OPEN_DOWNGRADE by Trond Myklebust · 10 years ago
  81. aee7af3 NFSv4: Fix problems with close in the presence of a delegation by Trond Myklebust · 10 years ago
  82. a0b6bc6 block: Replace __this_cpu_ptr with raw_cpu_ptr by Christoph Lameter · 10 years ago
  83. 78b1e54 fs: fix comment for 'CONFIG_LBADF' by Paul Bolle · 10 years ago
  84. a71db86 fs/btrfs/tree-log.c: Fix closing brace followed by if by Rasmus Villemoes · 10 years ago
  85. f01bfc9 Merge tag 'nfs-for-3.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  86. ca5d13f Clarify Kconfig help text for CIFS and SMB2/SMB3 by Steve French · 10 years ago
  87. c2e6958 f2fs: truncate stale block for inline_data by Jaegeuk Kim · 10 years ago
  88. 1bbe499 CIFS: Fix wrong filename length for SMB2 by Pavel Shilovsky · 10 years ago
  89. f736906 CIFS: Fix wrong restart readdir for SMB1 by Pavel Shilovsky · 10 years ago
  90. d856f32 aio: fix reqs_available handling by Benjamin LaHaise · 10 years ago
  91. 9e0af23 Btrfs: fix task hang under heavy compressed write by Liu Bo · 10 years ago
  92. 4631dbf ext4: move i_size,i_disksize update routines to helper function by Dmitry Monakhov · 10 years ago
  93. c99d1e6 ext4: fix BUG_ON in mb_free_blocks() by Theodore Ts'o · 10 years ago
  94. 36de928 ext4: propagate errors up to ext4_find_entry()'s callers by Theodore Ts'o · 10 years ago
  95. 92a5655 nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_wait by David Jeffery · 10 years ago
  96. 78270e8 nfs: can_coalesce_requests must enforce contiguity by Weston Andros Adamson · 10 years ago
  97. bba5c18 nfs: disallow duplicate pages in pgio page vectors by Weston Andros Adamson · 10 years ago
  98. 7c3af97 nfs: don't sleep with inode lock in lock_and_join_requests by Weston Andros Adamson · 10 years ago
  99. 9497001 nfs: fix error handling in lock_and_join_requests by Weston Andros Adamson · 10 years ago
  100. bfd484a nfs: use blocking page_group_lock in add_request by Weston Andros Adamson · 10 years ago