1. 7a42d4b fs/efs/super.c: add __init to init_inodecache() by Fabian Frederick · 10 years ago
  2. 69369a7 fs, kernel: permit disabling the uselib syscall by Josh Triplett · 10 years ago
  3. 8f6c5ff kernel/groups.c: remove return value of set_groups by Wang YanQing · 10 years ago
  4. 6af9f7b sys_sysfs: Add CONFIG_SYSFS_SYSCALL by Fabian Frederick · 10 years ago
  5. 5509a5d drop_caches: add some documentation and info message by Dave Hansen · 10 years ago
  6. 67f9fd9 mm: remove read_cache_page_async() by Sasha Levin · 10 years ago
  7. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  8. 0cd6144 mm + fs: prepare for non-page entries in page cache radix trees by Johannes Weiner · 10 years ago
  9. e7b563b mm: filemap: move radix tree hole searching here by Johannes Weiner · 10 years ago
  10. 55881bc fs: cachefiles: use add_to_page_cache_lru() by Johannes Weiner · 10 years ago
  11. 9119a41 mm, hugetlb: unify region structure handling by Joonsoo Kim · 10 years ago
  12. 45d4f85 fs/direct-io.c: remove some left over checks by Dan Carpenter · 10 years ago
  13. 2b665e2 fs/direct-io.c: remove redundant comparison by Gu Zheng · 10 years ago
  14. 9c33925 ocfs2: pass "new" parameter to ocfs2_init_xattr_bucket by Wengang Wang · 10 years ago
  15. 43b10a2 ocfs2: avoid system inode ref confusion by adding mutex lock by jiangyiwen · 10 years ago
  16. 7dc3e83 ocfs2: iput inode alloc when failed locally by jiangyiwen · 10 years ago
  17. da8ded4 ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not TCP_LISTEN by Tariq Saeed · 10 years ago
  18. db66c71 ocfs2: rollback alloc_dinode counts when ocfs2_block_group_set_bits() failed by Younger Liu · 10 years ago
  19. e228f64 ocfs2: flock: drop cross-node lock when failed locally by Wengang Wang · 10 years ago
  20. 6fdb702 ocfs2: call ocfs2_update_inode_fsync_trans when updating any inode by Darrick J. Wong · 10 years ago
  21. f81c201 ocfs2: fix panic on kfree(xattr->name) by Tetsuo Handa · 10 years ago
  22. f7cf4f5 ocfs2: do not put bh when buffer_uptodate failed by alex chen · 10 years ago
  23. 466e68c ocfs2: __ocfs2_mknod_locked should return error when ocfs2_create_new_inode_locks() failed by Xue jiufei · 10 years ago
  24. 3ed2be7 ocfs2: allow for more than one data extent when creating xattr by Tariq Saeed · 10 years ago
  25. a35ad97c ocfs2: fix deadlock risk when kmalloc failed in dlm_query_region_handler by Zhonghua Guo · 10 years ago
  26. c8d888d ocfs2: llseek requires ocfs2 inode lock for the file in SEEK_END by Jensen · 10 years ago
  27. 41b63ef ocfs2: fix type conversion risk when get cluster attributes by Joseph Qi · 10 years ago
  28. 8ed6b23 ocfs2: revert iput deferring code in ocfs2_drop_dentry_lock by Goldwyn Rodrigues · 10 years ago
  29. 84d86f8 ocfs2: avoid blocking in ocfs2_mark_lockres_freeing() in downconvert thread by Jan Kara · 10 years ago
  30. e3a767b ocfs2: implement delayed dropping of last dquot reference by Jan Kara · 10 years ago
  31. 9f985cb quota: provide function to grab quota structure reference by Jan Kara · 10 years ago
  32. bd62ad7 ocfs2: move dquot_initialize() in ocfs2_delete_inode() somewhat later by Jan Kara · 10 years ago
  33. 7bf619c ocfs2: remove OCFS2_INODE_SKIP_DELETE flag by Jan Kara · 10 years ago
  34. 765aabb ocfs2: add dlm_recover_callback_support in sysfs by Goldwyn Rodrigues · 10 years ago
  35. ded2cf7 ocfs2: dlm: fix recovery hung by Junxiao Bi · 10 years ago
  36. 34aa8da ocfs2: dlm: fix lock migration crash by Junxiao Bi · 10 years ago
  37. 2931cdc ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_file by Darrick J. Wong · 10 years ago
  38. a75fe48 ocfs2: remove unused variable uuid_net_key in ocfs2_initialize_super by joyce.xue · 10 years ago
  39. c18ceab ocfs2: change ip_unaligned_aio to of type mutex from atomit_t by Wengang Wang · 10 years ago
  40. 181a9a0 ocfs2: fix null pointer dereference when access dlm_state before launching dlm thread by Zongxun Wang · 10 years ago
  41. d507816 fanotify: move unrelated handling from copy_event_to_user() by Jan Kara · 10 years ago
  42. d8aaab4 fanotify: reorganize loop in fanotify_read() by Jan Kara · 10 years ago
  43. 9573f79 fanotify: convert access_mutex to spinlock by Jan Kara · 10 years ago
  44. f083441 fanotify: use fanotify event structure for permission response processing by Jan Kara · 10 years ago
  45. 3298cf3 fanotify: remove useless bypass_perm check by Jan Kara · 10 years ago
  46. ddae82d fs/freevxfs/vxfs_lookup.c: update function comment by Fabian Frederick · 10 years ago
  47. 9ee108b fs/cifs/cifsfs.c: add __init to cifs_init_inodecache() by Fabian Frederick · 10 years ago
  48. 5acda9d bdi: avoid oops on device removal by Jan Kara · 10 years ago
  49. 6ca738d backing_dev: fix hung task on sync by Derek Basehore · 10 years ago
  50. a6cf33b Merge branch 'xfs-bug-fixes-for-3.15-3' into for-next by Dave Chinner · 10 years ago
  51. c88547a xfs: fix directory hash ordering bug by Mark Tinguely · 10 years ago
  52. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  53. 805eeb8 xfs: extra semi-colon breaks a condition by Dan Carpenter · 10 years ago
  54. 0961f02a fs: Mark functions as static in exofs/ore_raid.c by Rashika Kheria · 11 years ago
  55. af8d0cc fs: Mark function as static in exofs/super.c by Rashika Kheria · 10 years ago
  56. c137a32 ceph: print inode number for LOOKUPINO request by Yan, Zheng · 11 years ago
  57. 19913b4 ceph: add get_name() NFS export callback by Yan, Zheng · 11 years ago
  58. 8996f4f ceph: fix ceph_fh_to_parent() by Yan, Zheng · 11 years ago
  59. 9017c2e ceph: add get_parent() NFS export callback by Yan, Zheng · 11 years ago
  60. 4f32b42 ceph: simplify ceph_fh_to_dentry() by Yan, Zheng · 11 years ago
  61. f1fc4fee ceph: fscache: Wait for completion of object initialization by Yunchuan Wen · 11 years ago
  62. 32d3e14 ceph: fscache: Update object store limit after file writing by Yunchuan Wen · 11 years ago
  63. 020c4bd ceph: fscache: add an interface to synchronize object store limit by Yunchuan Wen · 11 years ago
  64. 4b58c9b ceph: do not set r_old_dentry_dir on link() by Sage Weil · 12 years ago
  65. 844d87c ceph: do not assume r_old_dentry[_dir] always set together by Sage Weil · 12 years ago
  66. 752c8bd ceph: do not chain inode updates to parent fsync by Sage Weil · 12 years ago
  67. 180061a ceph: avoid useless ceph_get_dentry_parent_inode() in ceph_rename() by Sage Weil · 12 years ago
  68. 15289dc ceph: let MDS adjust readdir 'frag' by Yan, Zheng · 11 years ago
  69. dcd3cc0 ceph: fix reset_readdir() by Yan, Zheng · 11 years ago
  70. f049420 ceph: fix ceph_dir_llseek() by Yan, Zheng · 11 years ago
  71. 159d813 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  72. 01d8885 reiserfs: fix race in readdir by Jeff Mahoney · 10 years ago
  73. b9f2b21 Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 10 years ago
  74. 7125764 Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  75. f384626 fuse: fix "uninitialized variable" warning by Rajat Jain · 11 years ago
  76. 4d99ff8 fuse: Turn writeback cache on by Pavel Emelyanov · 11 years ago
  77. ea8cd33 fuse: Fix O_DIRECT operations vs cached writeback misorder by Pavel Emelyanov · 11 years ago
  78. fe38d7d fuse: fuse_flush() should wait on writeback by Maxim Patlasov · 11 years ago
  79. 6b12c1b fuse: Implement write_begin/write_end callbacks by Pavel Emelyanov · 11 years ago
  80. 482fce5 fuse: restructure fuse_readpage() by Maxim Patlasov · 11 years ago
  81. e7cc133c fuse: Flush files on wb close by Pavel Emelyanov · 11 years ago
  82. b0aa760 fuse: Trust kernel i_mtime only by Maxim Patlasov · 11 years ago
  83. 8373200 fuse: Trust kernel i_size only by Pavel Emelyanov · 11 years ago
  84. d5cd66c fuse: Connection bit for enabling writeback by Pavel Emelyanov · 11 years ago
  85. a92adc8 fuse: Prepare to handle short reads by Pavel Emelyanov · 11 years ago
  86. 650b22b fuse: Linking file to inode helper by Pavel Emelyanov · 11 years ago
  87. 58bfab3 ocfs2_file_aio_write(): switch to generic_perform_write() by Al Viro · 11 years ago
  88. aec605f4 ceph_aio_write(): switch to generic_perform_write() by Al Viro · 11 years ago
  89. 0a64bc2 xfs_file_buffered_aio_write(): switch to generic_perform_write() by Al Viro · 11 years ago
  90. 5cb6c6c generic_file_direct_write(): get rid of ppos argument by Al Viro · 11 years ago
  91. 867c4f9 btrfs_file_aio_write(): get rid of ppos by Al Viro · 11 years ago
  92. fcacafd kill the 5th argument of generic_file_buffered_write() by Al Viro · 11 years ago
  93. 41fc56d kill the 4th argument of __generic_file_aio_write() by Al Viro · 11 years ago
  94. 920220c ocfs2: don't open-code kernel_recvmsg() by Al Viro · 11 years ago
  95. 86d564c constify blk_rq_map_user_iov() and friends by Al Viro · 11 years ago
  96. 66f5dce ocfs2: don't open-code kernel_sendmsg() by Al Viro · 11 years ago
  97. ec69557 read_code(): go through vfs_read() instead of calling the method directly by Al Viro · 11 years ago
  98. 0165e81 fold cifs_iovec_read() into its (only) caller by Al Viro · 11 years ago
  99. 7f25bba cifs_iovec_read: keep iov_iter between the calls of cifs_readdata_to_iov() by Al Viro · 11 years ago
  100. 6130f53 switch vmsplice_to_user() to copy_page_to_iter() by Al Viro · 11 years ago