1. 5d60125 ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access by liang xie · 10 years ago
  2. c8b459f ext4: remove unnecessary double parentheses by Lukas Czerner · 10 years ago
  3. 029b10c ext4: do not destroy ext4_groupinfo_caches if ext4_mb_init() fails by Andrey Tsyvarev · 10 years ago
  4. c197855 ext4: make local functions static by Stephen Hemminger · 10 years ago
  5. e674e5c ext4: fix block bitmap validation when bigalloc, ^flex_bg by Darrick J. Wong · 10 years ago
  6. 1beeef1 ext4: fix block bitmap initialization under sparse_super2 by Darrick J. Wong · 10 years ago
  7. bd63f6b ext4: find the group descriptors on a 1k-block bigalloc,meta_bg filesystem by Darrick J. Wong · 10 years ago
  8. 230b8c1a ext4: avoid unneeded lookup when xattr name is invalid by Zhang Zhen · 10 years ago
  9. 1c8349a ext4: fix data integrity sync in ordered mode by Namjae Jeon · 10 years ago
  10. 236f5ec ext4: remove obsoleted check by Dmitry Monakhov · 10 years ago
  11. 202ee5d ext4: add a new spinlock i_raw_lock to protect the ext4's raw inode by Theodore Ts'o · 10 years ago
  12. f5ccfe1 ext4: fix locking for O_APPEND writes by Theodore Ts'o · 10 years ago
  13. 7ed07ba ext4: factor out common code in ext4_file_write() by Theodore Ts'o · 10 years ago
  14. 8ad2850 ext4: move ext4_file_dio_write() into ext4_file_write() by Theodore Ts'o · 10 years ago
  15. 7608e61 ext4: inline generic_file_aio_write() into ext4_file_write() by Theodore Ts'o · 10 years ago
  16. 556615d ext4: rename uninitialized extents to unwritten by Lukas Czerner · 10 years ago
  17. 090f32e ext4: get rid of EXT4_MAP_UNINIT flag by Lukas Czerner · 10 years ago
  18. 9ac0367 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  19. 0a04b24 ext4: disable COLLAPSE_RANGE for bigalloc by Namjae Jeon · 10 years ago
  20. a8680e0 ext4: fix COLLAPSE_RANGE failure with 1KB block size by Namjae Jeon · 10 years ago
  21. 404ca80 coredump: fix va_list corruption by Eric Dumazet · 10 years ago
  22. 6e66d5d Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  23. 60fbf2bd Merge tag 'driver-core-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  24. 86f1ca3 ext4: use EINVAL if not a regular file in ext4_collapse_range() by Theodore Ts'o · 10 years ago
  25. 6c5e73d ext4: enforce we are operating on a regular file in ext4_zero_range() by jon ernst · 10 years ago
  26. 6dd834e ext4: fix extent merging in ext4_ext_shift_path_extents() by Lukas Czerner · 10 years ago
  27. ef24f6c ext4: discard preallocations after removing space by Lukas Czerner · 10 years ago
  28. 9337d5d ext4: no need to truncate pagecache twice in collapse range by Lukas Czerner · 10 years ago
  29. 2c1d232 ext4: fix removing status extents in ext4_collapse_range() by Lukas Czerner · 10 years ago
  30. 1a66c7c ext4: use filemap_write_and_wait_range() correctly in collapse range by Lukas Czerner · 10 years ago
  31. 694c793 ext4: use truncate_pagecache() in collapse range by Lukas Czerner · 10 years ago
  32. 1f80c0c cif: fix dead code by Michael Opdenacker · 10 years ago
  33. bae9f74 cifs: fix error handling cifs_user_readv by Jeff Layton · 10 years ago
  34. 330033d xfs: fix tmpfile/selinux deadlock and initialize security by Brian Foster · 10 years ago
  35. 8d6c121 xfs: fix buffer use after free on IO error by Eric Sandeen · 10 years ago
  36. 07d5035 xfs: wrong error sign conversion during failed DIO writes by Dave Chinner · 10 years ago
  37. 9c23ecc xfs: unmount does not wait for shutdown during unmount by Dave Chinner · 10 years ago
  38. d39a2ce xfs: collapse range is delalloc challenged by Dave Chinner · 10 years ago
  39. 0e1f789 xfs: don't map ranges that span EOF for direct IO by Dave Chinner · 10 years ago
  40. 33ac125 sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() by Tejun Heo · 10 years ago
  41. 4afddd6 kernfs: protect lazy kernfs_iattrs allocation with mutex by Tejun Heo · 10 years ago
  42. a2a4dc4 fs: Don't return 0 from get_anon_bdev by Thomas Bächler · 10 years ago
  43. 8e3ecc8 fs: cifs: remove unused variable. by Cyril Roelandt · 10 years ago
  44. 60977fc Return correct error on query of xattr on file with empty xattrs by Steve French · 10 years ago
  45. c11f1df cifs: Wait for writebacks to complete before attempting write. by Sachin Prabhu · 10 years ago
  46. 036acea ext4: fix ext4_count_free_clusters() with EXT4FS_DEBUG and bigalloc enabled by Azat Khuzhin · 10 years ago
  47. 897b73b xfs: zeroing space needs to punch delalloc blocks by Dave Chinner · 10 years ago
  48. aad3f37 xfs: xfs_vm_write_end truncates too much on failure by Dave Chinner · 10 years ago
  49. 72ab70a xfs: write failure beyond EOF truncates too much data by Dave Chinner · 10 years ago
  50. 4ab9ed5 xfs: kill buffers over failed write ranges properly by Dave Chinner · 10 years ago
  51. e686bd8 cifs: Use min_t() when comparing "size_t" and "unsigned long" by Geert Uytterhoeven · 10 years ago
  52. a18ed35 ext4: always check ext4_ext_find_extent result by Dmitry Monakhov · 10 years ago
  53. 8dc79ec ext4: fix error handling in ext4_ext_shift_extents by Dmitry Monakhov · 10 years ago
  54. e2cbd58 ext4: silence sparse check warning for function ext4_trim_extent by jon ernst · 10 years ago
  55. 40c406c ext4: COLLAPSE_RANGE only works on extent-based files by Theodore Ts'o · 10 years ago
  56. 454fd35 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  57. 96c57ad ceph: fix pr_fmt() redefinition by Linus Torvalds · 10 years ago
  58. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  59. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  60. 847c6c4 ext4: fix byte order problems introduced by the COLLAPSE_RANGE patches by Zheng Liu · 10 years ago
  61. 6e6358f ext4: use i_size_read in ext4_unaligned_aio() by Theodore Ts'o · 10 years ago
  62. 0790b31 fs: disallow all fallocate operation on active swapfile by Lukas Czerner · 10 years ago
  63. 23fffa9 fs: move falloc collapse range check into the filesystem methods by Lukas Czerner · 10 years ago
  64. 8fc61d9 fs: prevent doing FALLOC_FL_ZERO_RANGE on append only file by Lukas Czerner · 10 years ago
  65. 9ef06ce ext4: remove unnecessary check for APPEND and IMMUTABLE by Lukas Czerner · 10 years ago
  66. 19dfc1f cifs: fix the race in cifs_writev() by Al Viro · 10 years ago
  67. eab8723 ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failure by Al Viro · 10 years ago
  68. a63b747 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 10 years ago
  69. 3123bca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  70. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  71. 622cad1 ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent() by Theodore Ts'o · 10 years ago
  72. e4fbaee Btrfs: fix compile warnings on on avr32 platform by Wang Shilong · 10 years ago
  73. c57ab39 ext4: return ENOMEM rather than EIO when find_###_page() fails by Younger Liu · 10 years ago
  74. 1ce01c4 ext4: fix COLLAPSE_RANGE test failure in data journalling mode by Namjae Jeon · 10 years ago
  75. 9e897e1 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 10 years ago
  76. 0723a04 btrfs: allow mounting btrfs subvolumes with different ro/rw options by Harald Hoyer · 11 years ago
  77. dd76a78 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  78. e69f18f block: Ensure we only enable integrity metadata for reads and writes by Martin K. Petersen · 10 years ago
  79. 0bc6997 block: Fix integrity verification by Martin K. Petersen · 10 years ago
  80. 75ff24f Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  81. ffddc5f fs/ncpfs/dir.c: fix indenting in ncp_lookup() by Dan Carpenter · 10 years ago
  82. 15a03ac ncpfs/inode.c: fix mismatch printk formats and arguments by Joe Perches · 10 years ago
  83. 485b47f ncpfs: remove now unused PRINTK macro by Joe Perches · 10 years ago
  84. e45ca8b ncpfs: convert PPRINTK to ncp_vdbg by Joe Perches · 10 years ago
  85. d3b73ca ncpfs: convert DPRINTK/DDPRINTK to ncp_dbg by Joe Perches · 10 years ago
  86. b41f8b8 ncpfs: Add pr_fmt and convert printks to pr_<level> by Joe Perches · 10 years ago
  87. e53d77e autofs4: check dev ioctl size before allocating by Sasha Levin · 10 years ago
  88. e9f37d3 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  89. 87f7e41 ext4: update PF_MEMALLOC handling in ext4_write_inode() by Theodore Ts'o · 10 years ago
  90. a7963eb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  91. 26c12d9 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  92. fe4487d fs/ufs: remove unused ufs_super_block_third pointer by Christian Engelmayer · 10 years ago
  93. 48968a1 fs/ufs: remove unused ufs_super_block_second pointer by Christian Engelmayer · 10 years ago
  94. 6e0bd34 fs/ufs: remove unused ufs_super_block_first pointer by Christian Engelmayer · 10 years ago
  95. 76ee473 fs/ufs/super.c: add __init to init_inodecache() by Fabian Frederick · 10 years ago
  96. 16caed3 fault-injection: set bounds on what /proc/self/make-it-fail accepts. by Dave Jones · 10 years ago
  97. 758b444 fs/bfs/inode.c: add __init to init_inodecache() by Fabian Frederick · 10 years ago
  98. 8ca5772 affs: add mount option to avoid filename truncates by Fabian Frederick · 10 years ago
  99. d40c4d4 fs/affs/dir.c: unlock/brelse dir on failure + code clean-up by Fabian Frederick · 10 years ago
  100. adbd319 affs: add __init to init_inodecache () by Fabian Frederick · 10 years ago