1. 6c5e73d ext4: enforce we are operating on a regular file in ext4_zero_range() by jon ernst · 11 years ago
  2. 6dd834e ext4: fix extent merging in ext4_ext_shift_path_extents() by Lukas Czerner · 11 years ago
  3. ef24f6c ext4: discard preallocations after removing space by Lukas Czerner · 11 years ago
  4. 9337d5d ext4: no need to truncate pagecache twice in collapse range by Lukas Czerner · 11 years ago
  5. 2c1d232 ext4: fix removing status extents in ext4_collapse_range() by Lukas Czerner · 11 years ago
  6. 1a66c7c ext4: use filemap_write_and_wait_range() correctly in collapse range by Lukas Czerner · 11 years ago
  7. 694c793 ext4: use truncate_pagecache() in collapse range by Lukas Czerner · 11 years ago
  8. 036acea ext4: fix ext4_count_free_clusters() with EXT4FS_DEBUG and bigalloc enabled by Azat Khuzhin · 11 years ago
  9. a18ed35 ext4: always check ext4_ext_find_extent result by Dmitry Monakhov · 11 years ago
  10. 8dc79ec ext4: fix error handling in ext4_ext_shift_extents by Dmitry Monakhov · 11 years ago
  11. e2cbd58 ext4: silence sparse check warning for function ext4_trim_extent by jon ernst · 11 years ago
  12. 40c406c ext4: COLLAPSE_RANGE only works on extent-based files by Theodore Ts'o · 11 years ago
  13. 847c6c4 ext4: fix byte order problems introduced by the COLLAPSE_RANGE patches by Zheng Liu · 11 years ago
  14. 6e6358f ext4: use i_size_read in ext4_unaligned_aio() by Theodore Ts'o · 11 years ago
  15. 0790b31 fs: disallow all fallocate operation on active swapfile by Lukas Czerner · 11 years ago
  16. 23fffa9 fs: move falloc collapse range check into the filesystem methods by Lukas Czerner · 11 years ago
  17. 8fc61d9 fs: prevent doing FALLOC_FL_ZERO_RANGE on append only file by Lukas Czerner · 11 years ago
  18. 9ef06ce ext4: remove unnecessary check for APPEND and IMMUTABLE by Lukas Czerner · 11 years ago
  19. 622cad1 ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent() by Theodore Ts'o · 11 years ago
  20. c57ab39 ext4: return ENOMEM rather than EIO when find_###_page() fails by Younger Liu · 11 years ago
  21. 1ce01c4 ext4: fix COLLAPSE_RANGE test failure in data journalling mode by Namjae Jeon · 11 years ago
  22. 87f7e41 ext4: update PF_MEMALLOC handling in ext4_write_inode() by Theodore Ts'o · 11 years ago
  23. ec4cb1a ext4: fix jbd2 warning under heavy xattr load by Jan Kara · 11 years ago
  24. 9503c67 ext4: note the error in ext4_end_bio() by Matthew Wilcox · 11 years ago
  25. 0076493 ext4: initialize multi-block allocator before checking block descriptors by Azat Khuzhin · 11 years ago
  26. 4adb6ab ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKS by Kazuya Mio · 11 years ago
  27. 666525d ext4: fix 64-bit number truncation warning by Chen Gang · 11 years ago
  28. d15e031 Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  29. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  30. 8e343c8 Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  31. d15fee8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  32. 56c225f Merge tag 'dlm-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 11 years ago
  33. 53c5666 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  34. 34917f9 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 11 years ago
  35. f7789dc Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linux by Linus Torvalds · 11 years ago
  36. 7df9345 Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 11 years ago
  37. 76ca7d1 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  38. 31e1436 fs/reiserfs/super.c: add __init to init_inodecache by Fabian Frederick · 11 years ago
  39. ea0856c fs/reiserfs: move prototype declaration to header file by Rashika Kheria · 11 years ago
  40. c11e614 fs/hfsplus/attributes.c: add __init to hfsplus_create_attr_tree_cache() by Fabian Frederick · 11 years ago
  41. d7bdb996 fs/hfsplus/extents.c: fix concurrent acess of alloc_blocks by Sougata Santra · 11 years ago
  42. abfeb72 fs/hfsplus/extents.c: remove unused variable in hfsplus_get_block by Sougata Santra · 11 years ago
  43. 0ec060d nilfs2: verify metadata sizes read from disk by Ryusuke Konishi · 11 years ago
  44. f9f32c4 nilfs2: add FITRIM ioctl support for nilfs2 by Andreas Rohner · 11 years ago
  45. 82e11e8 nilfs2: add nilfs_sufile_trim_fs to trim clean segs by Andreas Rohner · 11 years ago
  46. 2cc88f3 nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctl by Andreas Rohner · 11 years ago
  47. 00e9ffc nilfs2: add nilfs_sufile_set_suinfo to update segment usage by Andreas Rohner · 11 years ago
  48. 5f356fd fs/coda/inode.c: add __init to init_inodecache() by Fabian Frederick · 11 years ago
  49. dac52fc BEFS: logging cleanup by Fabian Frederick · 11 years ago
  50. 91a52ab fs/befs/linuxvfs.c: add __init to befs_init_inodecache() by Fabian Frederick · 11 years ago
  51. 2d4319e befs: replace kmalloc/memset 0 by kzalloc by Fabian Frederick · 11 years ago
  52. 84ee353 fs/minix/inode.c: add __init to init_inodecache() by Fabian Frederick · 11 years ago
  53. b003f96 binfmt_misc: add missing 'break' statement by Luis Henriques · 11 years ago
  54. 7a42d4b fs/efs/super.c: add __init to init_inodecache() by Fabian Frederick · 11 years ago
  55. 69369a7 fs, kernel: permit disabling the uselib syscall by Josh Triplett · 11 years ago
  56. 8f6c5ff kernel/groups.c: remove return value of set_groups by Wang YanQing · 11 years ago
  57. 6af9f7b sys_sysfs: Add CONFIG_SYSFS_SYSCALL by Fabian Frederick · 11 years ago
  58. 5509a5d drop_caches: add some documentation and info message by Dave Hansen · 11 years ago
  59. 67f9fd9 mm: remove read_cache_page_async() by Sasha Levin · 11 years ago
  60. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
  61. 0cd6144 mm + fs: prepare for non-page entries in page cache radix trees by Johannes Weiner · 11 years ago
  62. e7b563b mm: filemap: move radix tree hole searching here by Johannes Weiner · 11 years ago
  63. 55881bc fs: cachefiles: use add_to_page_cache_lru() by Johannes Weiner · 11 years ago
  64. 9119a41 mm, hugetlb: unify region structure handling by Joonsoo Kim · 11 years ago
  65. 45d4f85 fs/direct-io.c: remove some left over checks by Dan Carpenter · 11 years ago
  66. 2b665e2 fs/direct-io.c: remove redundant comparison by Gu Zheng · 11 years ago
  67. 9c33925 ocfs2: pass "new" parameter to ocfs2_init_xattr_bucket by Wengang Wang · 11 years ago
  68. 43b10a2 ocfs2: avoid system inode ref confusion by adding mutex lock by jiangyiwen · 11 years ago
  69. 7dc3e83 ocfs2: iput inode alloc when failed locally by jiangyiwen · 11 years ago
  70. da8ded4 ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not TCP_LISTEN by Tariq Saeed · 11 years ago
  71. db66c71 ocfs2: rollback alloc_dinode counts when ocfs2_block_group_set_bits() failed by Younger Liu · 11 years ago
  72. e228f64 ocfs2: flock: drop cross-node lock when failed locally by Wengang Wang · 11 years ago
  73. 6fdb702 ocfs2: call ocfs2_update_inode_fsync_trans when updating any inode by Darrick J. Wong · 11 years ago
  74. f81c201 ocfs2: fix panic on kfree(xattr->name) by Tetsuo Handa · 11 years ago
  75. f7cf4f5b ocfs2: do not put bh when buffer_uptodate failed by alex chen · 11 years ago
  76. 466e68c ocfs2: __ocfs2_mknod_locked should return error when ocfs2_create_new_inode_locks() failed by Xue jiufei · 11 years ago
  77. 3ed2be7 ocfs2: allow for more than one data extent when creating xattr by Tariq Saeed · 11 years ago
  78. a35ad97c ocfs2: fix deadlock risk when kmalloc failed in dlm_query_region_handler by Zhonghua Guo · 11 years ago
  79. c8d888d ocfs2: llseek requires ocfs2 inode lock for the file in SEEK_END by Jensen · 11 years ago
  80. 41b63ef ocfs2: fix type conversion risk when get cluster attributes by Joseph Qi · 11 years ago
  81. 8ed6b23 ocfs2: revert iput deferring code in ocfs2_drop_dentry_lock by Goldwyn Rodrigues · 11 years ago
  82. 84d86f8 ocfs2: avoid blocking in ocfs2_mark_lockres_freeing() in downconvert thread by Jan Kara · 11 years ago
  83. e3a767b ocfs2: implement delayed dropping of last dquot reference by Jan Kara · 11 years ago
  84. 9f985cb quota: provide function to grab quota structure reference by Jan Kara · 11 years ago
  85. bd62ad7 ocfs2: move dquot_initialize() in ocfs2_delete_inode() somewhat later by Jan Kara · 11 years ago
  86. 7bf619c ocfs2: remove OCFS2_INODE_SKIP_DELETE flag by Jan Kara · 11 years ago
  87. 765aabb ocfs2: add dlm_recover_callback_support in sysfs by Goldwyn Rodrigues · 11 years ago
  88. ded2cf7 ocfs2: dlm: fix recovery hung by Junxiao Bi · 11 years ago
  89. 34aa8da ocfs2: dlm: fix lock migration crash by Junxiao Bi · 11 years ago
  90. 2931cdc ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_file by Darrick J. Wong · 11 years ago
  91. a75fe48 ocfs2: remove unused variable uuid_net_key in ocfs2_initialize_super by joyce.xue · 11 years ago
  92. c18ceab ocfs2: change ip_unaligned_aio to of type mutex from atomit_t by Wengang Wang · 11 years ago
  93. 181a9a0 ocfs2: fix null pointer dereference when access dlm_state before launching dlm thread by Zongxun Wang · 11 years ago
  94. d507816 fanotify: move unrelated handling from copy_event_to_user() by Jan Kara · 11 years ago
  95. d8aaab4 fanotify: reorganize loop in fanotify_read() by Jan Kara · 11 years ago
  96. 9573f79 fanotify: convert access_mutex to spinlock by Jan Kara · 11 years ago
  97. f083441 fanotify: use fanotify event structure for permission response processing by Jan Kara · 11 years ago
  98. 3298cf3 fanotify: remove useless bypass_perm check by Jan Kara · 11 years ago
  99. ddae82d8 fs/freevxfs/vxfs_lookup.c: update function comment by Fabian Frederick · 11 years ago
  100. 9ee108b fs/cifs/cifsfs.c: add __init to cifs_init_inodecache() by Fabian Frederick · 11 years ago