1. 1d151c3 c/r: fcntl: add F_GETOWNER_UIDS option by Cyrill Gorcunov · 12 years ago
  2. 98c350c fs: cachefiles: add support for large files in filesystem caching by Justin Lecher · 12 years ago
  3. bc452b4 proc: do not allow negative offsets on /proc/<pid>/environ by Djalal Harouni · 12 years ago
  4. e8905ec proc: environ_read() make sure offset points to environment address range by Djalal Harouni · 12 years ago
  5. 108ceeb coredump: fix wrong comments on core limits of pipe coredump case by Jovi Zhang · 12 years ago
  6. deb8274 fat: refactor shortname parsing by Steven J. Magnani · 12 years ago
  7. a943ed7 fat: accessors for msdos_dir_entry 'start' fields by Steven J. Magnani · 12 years ago
  8. 497d48b hfsplus: use -ENOMEM when kzalloc() fails by Namjae Jeon · 12 years ago
  9. f5974c8 nilfs2: add omitted comments for different structures in driver implementation by Vyacheslav Dubeyko · 12 years ago
  10. 572d8b3 nilfs2: fix deadlock issue between chcp and thaw ioctls by Ryusuke Konishi · 12 years ago
  11. fe0627e nilfs2: fix timing issue between rmcp and chcp ioctls by Ryusuke Konishi · 12 years ago
  12. 278038a nilfs2: remove references to long gone super operations by Fernando Luis Vazquez Cao · 12 years ago
  13. 6b0f339 nilfs2: add omitted comment for ns_mount_state field of the_nilfs structure by Vyacheslav Dubeyko · 12 years ago
  14. 6ed6a72 minixfs: fix block limit check by Vladimir Serbinenko · 12 years ago
  15. 6017b48 ext4: use memweight() by Akinobu Mita · 12 years ago
  16. 10d4708 ext3: use memweight() by Akinobu Mita · 12 years ago
  17. ecd0afa ext2: use memweight() by Akinobu Mita · 12 years ago
  18. a75613e ocfs2: use memweight() by Akinobu Mita · 12 years ago
  19. 0121ad6 affs: use memweight() by Akinobu Mita · 12 years ago
  20. 9b58f6d qnx4fs: use memweight() by Akinobu Mita · 12 years ago
  21. 533574c btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout by Joe Perches · 12 years ago
  22. 54b5019 coredump: warn about unsafe suid_dumpable / core_pattern combo by Kees Cook · 12 years ago
  23. 9520628 fs: make dumpable=2 require fully qualified path by Kees Cook · 12 years ago
  24. 779302e fs/xattr.c:getxattr(): improve handling of allocation failures by Sasha Levin · 12 years ago
  25. 32b4560 ntfs: remove references to long gone super operations and unimplemented methods by Fernando Luis Vazquez Cao · 12 years ago
  26. 1fe60e5 libceph: move feature bits to separate header by Sage Weil · 12 years ago
  27. 89d77c8 NFS: Convert v4 into a module by Bryan Schumaker · 12 years ago
  28. 1c606fb NFS: Convert v3 into a module by Bryan Schumaker · 12 years ago
  29. ddda8e0 NFS: Convert v2 into a module by Bryan Schumaker · 12 years ago
  30. fac1e8e NFS: Keep module parameters in the generic NFS client by Bryan Schumaker · 12 years ago
  31. 19d87ca NFS: Split out remaining NFS v4 inode functions by Bryan Schumaker · 12 years ago
  32. 6a74490 NFS: Pass super operations and xattr handlers in the nfs_subversion by Bryan Schumaker · 12 years ago
  33. 1179acc NFS: Only initialize the ACL client in the v3 case by Bryan Schumaker · 12 years ago
  34. ff9099f2 NFS: Create a try_mount rpc op by Bryan Schumaker · 12 years ago
  35. e8f25e6 NFS: Remove the NFS v4 xdev mount function by Bryan Schumaker · 12 years ago
  36. ab7017a NFS: Add version registering framework by Bryan Schumaker · 12 years ago
  37. a427b9e NFS: Fix a number of bugs in the idmapper by David Howells · 12 years ago
  38. 5cf02d0 nfs: skip commit in releasepage if we're freeing memory for fs-related reasons by Jeff Layton · 12 years ago
  39. 159e056 pnfsblock: bail out partial page IO by Peng Tao · 12 years ago
  40. f44106e nfs: fix fl_type tests in NFSv4 code by Jeff Layton · 12 years ago
  41. c95908e NFS: fix pnfs regression with directio writes by Fred Isaman · 12 years ago
  42. 59948db NFS: fix pnfs regression with directio reads by Fred Isaman · 12 years ago
  43. 0add3e8 nfs: fix stub return type warnings by Randy Dunlap · 12 years ago
  44. 4a55c10 nfsd: Push mnt_want_write() outside of i_mutex by Jan Kara · 12 years ago
  45. e784868 btrfs: Push mnt_want_write() outside of i_mutex by Jan Kara · 12 years ago
  46. e24f17d fat: Push mnt_want_write() outside of i_mutex by Jan Kara · 12 years ago
  47. c30dabf fs: Push mnt_want_write() outside of i_mutex by Jan Kara · 12 years ago
  48. 14ae417 sysfs: Push file_update_time() into bin_page_mkwrite() by Jan Kara · 12 years ago
  49. a63e9b2 gfs2: Push file_update_time() into gfs2_page_mkwrite() by Jan Kara · 12 years ago
  50. 120c2bc 9p: Push file_update_time() into v9fs_vm_page_mkwrite() by Jan Kara · 12 years ago
  51. 3ca9c3b ceph: Push file_update_time() into ceph_page_mkwrite() by Jan Kara · 12 years ago
  52. 5e8830d fs: Push file_update_time() into __block_page_mkwrite() by Jan Kara · 12 years ago
  53. 64894cf simplify lookup_open()/atomic_open() - do the temporary mnt_want_write() early by Al Viro · 12 years ago
  54. 37cd960 Merge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  55. 8842b3b ceph: clean up useless d_parent checks by Sage Weil · 12 years ago
  56. f8310c5 fix O_EXCL handling for devices by Al Viro · 12 years ago
  57. 9a57fa8 xfs: wait for the write the superblock on unmount by Mark Tinguely · 12 years ago
  58. 8375f92 xfs: re-enable xfsaild idle mode and fix associated races by Brian Foster · 12 years ago
  59. 4f59af7 xfs: remove iolock lock classes by Christoph Hellwig · 12 years ago
  60. 5a15322 xfs: avoid the iolock in xfs_free_eofblocks for evicted inodes by Christoph Hellwig · 12 years ago
  61. 0b56185 xfs: do not take the iolock in xfs_inactive by Christoph Hellwig · 12 years ago
  62. fe67be0 xfs: remove xfs_inactive_attrs by Christoph Hellwig · 12 years ago
  63. b373e98 xfs: clean up xfs_inactive by Christoph Hellwig · 12 years ago
  64. be60fe5 xfs: do not read the AGI buffer in xfs_dialloc until nessecary by Christoph Hellwig · 12 years ago
  65. 55d6af6 xfs: refactor xfs_ialloc_ag_select by Christoph Hellwig · 12 years ago
  66. 4bb6106 xfs: add a short cut to xfs_dialloc for the non-NULL agbp case by Christoph Hellwig · 12 years ago
  67. 0835890 xfs: remove the alloc_done argument to xfs_dialloc by Christoph Hellwig · 12 years ago
  68. f2ecc5e xfs: split xfs_dialloc by Christoph Hellwig · 12 years ago
  69. bf88489 lockd: handle lockowner allocation failure in nlmclnt_proc() by Al Viro · 12 years ago
  70. 446945a lockd: shift grabbing a reference to nlm_host into nlm_alloc_call() by Al Viro · 12 years ago
  71. a51d9ea fs: add link restriction audit reporting by Kees Cook · 12 years ago
  72. 800179c fs: add link restrictions by Kees Cook · 12 years ago
  73. 3134f37 vfs: don't let do_last pass negative dentry to audit_inode by Jeff Layton · 12 years ago
  74. e4fad8e consolidate pipe file creation by Al Viro · 12 years ago
  75. b5bcdda take grabbing f->f_path to do_dentry_open() by Al Viro · 12 years ago
  76. 5c33b18 uninline file_free_rcu() by Al Viro · 12 years ago
  77. 0b1d901 ecryptfs_lookup_interpose(): allocate dentry_info first by Al Viro · 12 years ago
  78. bc65a12 sanitize ecryptfs_lookup() by Al Viro · 12 years ago
  79. a8104a9 pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_create() resp. by Al Viro · 12 years ago
  80. 8e4bfca mknod: take sanity checks on mode into the very beginning by Al Viro · 12 years ago
  81. 921a165 new helper: done_path_create() by Al Viro · 12 years ago
  82. 173f865 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  83. 2c142ba NFSd: make boot_time variable per network namespace by Stanislav Kinsbursky · 12 years ago
  84. a51c84e NFSd: make grace end flag per network namespace by Stanislav Kinsbursky · 12 years ago
  85. 5630f7f Lockd: move grace period management from lockd() to per-net functions by Stanislav Kinsbursky · 12 years ago
  86. 5ccb006 LockD: pass actual network namespace to grace period management functions by Stanislav Kinsbursky · 12 years ago
  87. db9c455 LockD: manage grace list per network namespace by Stanislav Kinsbursky · 12 years ago
  88. 9695c70 SUNRPC: service request network namespace helper introduced by Stanislav Kinsbursky · 12 years ago
  89. 5e1533c NFSd: make nfsd4_manager allocated per network namespace context. by Stanislav Kinsbursky · 12 years ago
  90. 08d44a3 LockD: make lockd manager allocated per network namespace by Stanislav Kinsbursky · 12 years ago
  91. 66547b0 LockD: manage grace period per network namespace by Stanislav Kinsbursky · 12 years ago
  92. e2edaa9 Lockd: add more debug to host shutdown functions by Stanislav Kinsbursky · 12 years ago
  93. d5850ff Lockd: host complaining function introduced by Stanislav Kinsbursky · 12 years ago
  94. caa4e76 LockD: manage used host count per networks namespace by Stanislav Kinsbursky · 12 years ago
  95. 3cf7fb0 LockD: manage garbage collection timeout per networks namespace by Stanislav Kinsbursky · 12 years ago
  96. 27adadd LockD: make garbage collector network namespace aware. by Stanislav Kinsbursky · 12 years ago
  97. b26411f LockD: mark host per network namespace on garbage collect by Stanislav Kinsbursky · 12 years ago
  98. 99dbb8f nfsd4: fix missing fault_inject.h include by J. Bruce Fields · 12 years ago
  99. 96d6d59 locks: move lease-specific code out of locks_delete_lock by J. Bruce Fields · 12 years ago
  100. 1a500f0 CIFS: Add SMB2 support for rmdir by Pavel Shilovsky · 12 years ago