| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-09 | tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking | Hugh Dickins | 1 | -0/+4 |
| 2012-10-09 | mm: kill vma flag VM_CAN_NONLINEAR | Konstantin Khlebnikov | 1 | -1/+1 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2 | -20/+26 |
| 2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2 | -2/+2 |
| 2012-09-24 | GFS2: Write out dirty inode metadata in delayed deletes | Benjamin Marzinski | 1 | -0/+5 |
| 2012-09-24 | GFS2: fix s_writers.counter imbalance in gfs2_ail_empty_gl | Eric Sandeen | 1 | -0/+1 |
| 2012-09-24 | GFS2: Fix infinite loop in rbm_find | Bob Peterson | 1 | -0/+1 |
| 2012-09-24 | GFS2: Consolidate free block searching functions | Steven Whitehouse | 4 | -190/+195 |
| 2012-09-24 | GFS2: Get rid of I_MUTEX_QUOTA usage | Jan Kara | 2 | -1/+9 |
| 2012-09-24 | GFS2: Stop block extents at the end of bitmaps | Bob Peterson | 1 | -2/+1 |
| 2012-09-24 | GFS2: Fix unclaimed_blocks() wrapping bug and clean up | Steven Whitehouse | 1 | -105/+88 |
| 2012-09-24 | GFS2: Improve block reservation tracing | Steven Whitehouse | 3 | -26/+20 |
| 2012-09-24 | GFS2: Fall back to ignoring reservations, if there are no other blocks left | Steven Whitehouse | 1 | -0/+5 |
| 2012-09-24 | GFS2: Fix ->show_options() for statfs slow | Steven Whitehouse | 1 | -0/+2 |
| 2012-09-24 | GFS2: Use rbm for gfs2_setbit() | Steven Whitehouse | 1 | -26/+20 |
| 2012-09-24 | GFS2: Use rbm for gfs2_testbit() | Steven Whitehouse | 1 | -44/+28 |
| 2012-09-24 | GFS2: Eliminate unnecessary check for state > 3 in bitfit | Bob Peterson | 1 | -2/+0 |
| 2012-09-24 | GFS2: Eliminate redundant calls to may_grant | Bob Peterson | 1 | -5/+4 |
| 2012-09-24 | GFS2: Combine functions gfs2_glock_dq_wait and wait_on_demote | Bob Peterson | 1 | -7/+2 |
| 2012-09-24 | GFS2: Combine functions gfs2_glock_wait and wait_on_holder | Bob Peterson | 1 | -14/+9 |
| 2012-09-24 | GFS2: inline __gfs2_glock_schedule_for_reclaim | Bob Peterson | 1 | -16/+3 |
| 2012-09-24 | GFS2: change function gfs2_direct_IO to use a normal gfs2_glock_dq | Bob Peterson | 1 | -1/+1 |
| 2012-09-24 | GFS2: rbm code cleanup | Bob Peterson | 1 | -5/+11 |
| 2012-09-24 | GFS2: Fix case where reservation finished at end of rgrp | Steven Whitehouse | 1 | -0/+7 |
| 2012-09-24 | GFS2: Use RB_CLEAR_NODE() rather than rb_init_node() | Michel Lespinasse | 1 | -2/+2 |
| 2012-09-24 | GFS2: Update rgblk_free() to use rbm | Steven Whitehouse | 1 | -30/+14 |
| 2012-09-24 | GFS2: Update gfs2_get_block_type() to use rbm | Steven Whitehouse | 1 | -19/+6 |
| 2012-09-24 | GFS2: Replace rgblk_search with gfs2_rbm_find | Steven Whitehouse | 2 | -210/+257 |
| 2012-09-24 | GFS2: Add structure to contain rgrp, bitmap, offset tuple | Steven Whitehouse | 6 | -115/+105 |
| 2012-09-24 | GFS2: Remove rs_requested field from reservations | Steven Whitehouse | 9 | -59/+27 |
| 2012-09-24 | GFS2: Merge two nearly identical xattr functions | Steven Whitehouse | 1 | -64/+30 |
| 2012-09-18 | userns: Convert quota netlink aka quota_send_warning | Eric W. Biederman | 1 | -4/+8 |
| 2012-09-18 | userns: Convert qutoactl | Eric W. Biederman | 1 | -9/+11 |
| 2012-09-18 | userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr | Eric W. Biederman | 1 | -7/+7 |
| 2012-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes | Linus Torvalds | 3 | -44/+61 |
| 2012-09-13 | GFS2: Take account of blockages when using reserved blocks | Steven Whitehouse | 1 | -38/+28 |
| 2012-09-13 | GFS2: Fix missing allocation data for set/remove xattr | Steven Whitehouse | 1 | -2/+6 |
| 2012-09-13 | GFS2: Make write size hinting code common | Steven Whitehouse | 1 | -4/+27 |
| 2012-08-20 | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 2 | -2/+2 |
| 2012-08-04 | gfs2: nuke pdflush from comments | Artem Bityutskiy | 1 | -1/+1 |
| 2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -12/+10 |
| 2012-07-31 | gfs2: Convert to new freezing mechanism | Jan Kara | 2 | -12/+7 |
| 2012-07-31 | gfs2: Push file_update_time() into gfs2_page_mkwrite() | Jan Kara | 1 | -0/+3 |
| 2012-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw | Linus Torvalds | 20 | -366/+1093 |
| 2012-07-22 | quota: Move quota syncing to ->sync_fs method | Jan Kara | 1 | -0/+2 |
| 2012-07-22 | quota: Split dquot_quota_sync() to writeback and cache flushing part | Jan Kara | 4 | -5/+5 |
| 2012-07-20 | GFS2: Eliminate 64-bit divides | Bob Peterson | 1 | -3/+3 |
| 2012-07-19 | GFS2: Reduce file fragmentation | Bob Peterson | 9 | -92/+708 |
| 2012-07-18 | GFS2: kernel panic with small gfs2 filesystems - 1 RG | Abhijith Das | 1 | -0/+1 |
| 2012-07-14 | VFS: Pass mount flags to sget() | David Howells | 1 | -3/+2 |
| 2012-07-14 | don't pass nameidata to ->create() | Al Viro | 1 | -4/+1 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -1/+1 |
| 2012-07-14 | stop passing nameidata * to ->d_revalidate() | Al Viro | 1 | -3/+3 |
| 2012-06-28 | GFS2: Fixing double brelse'ing bh allocated in gfs2_meta_read when EIO occurs | Masatake YAMATO | 1 | -1/+4 |
| 2012-06-14 | GFS2: Combine functions get_local_rgrp and gfs2_inplace_reserve | Bob Peterson | 1 | -53/+29 |
| 2012-06-13 | GFS2: Add kobject release method | Bob Peterson | 2 | -15/+42 |
| 2012-06-11 | GFS2: Size seq_file buffer more carefully | Steven Whitehouse | 1 | -4/+6 |
| 2012-06-11 | GFS2: Use seq_vprintf for glocks debugfs file | Steven Whitehouse | 1 | -4/+1 |
| 2012-06-08 | GFS2: Use lvbs for storing rgrp information with mount option | Benjamin Marzinski | 4 | -9/+153 |
| 2012-06-08 | GFS2: Cache last hash bucket for glock seq_files | Steven Whitehouse | 1 | -7/+22 |
| 2012-06-07 | GFS2: Increase buffer size for glocks and glstats debugfs files | Steven Whitehouse | 1 | -0/+6 |
| 2012-06-06 | GFS2: Fix error handling when reading an invalid block from the journal | Steven Whitehouse | 2 | -13/+14 |
| 2012-06-06 | GFS2: Add "top dir" flag support | Steven Whitehouse | 1 | -0/+4 |
| 2012-06-06 | GFS2: Fold quota data into the reservations struct | Bob Peterson | 12 | -186/+56 |
| 2012-06-06 | GFS2: Extend the life of the reservations | Bob Peterson | 8 | -39/+104 |
| 2012-05-29 | ->encode_fh() API change | Al Viro | 1 | -12/+5 |
| 2012-05-28 | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 1 | -1/+1 |
| 2012-05-22 | Merge tag 'dlm-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland... | Linus Torvalds | 4 | -13/+7 |
| 2012-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw | Linus Torvalds | 21 | -493/+466 |
| 2012-05-16 | GFS2: Fix quota adjustment return code | Bob Peterson | 1 | -1/+1 |
| 2012-05-11 | GFS2: Add rgrp information to block_alloc trace point | Bob Peterson | 2 | -9/+15 |
| 2012-05-11 | GFS2: Eliminate unused "new" parameter to gfs2_meta_indirect_buffer | Bob Peterson | 3 | -19/+10 |
| 2012-05-10 | vfs: make it possible to access the dentry hash/len as one 64-bit entry | Linus Torvalds | 1 | -1/+1 |
| 2012-05-08 | GFS2: Remove redundant metadata block type check | Bob Peterson | 1 | -5/+0 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
| 2012-05-04 | GFS2: Fix sgid propagation when using ACLs | Steven Whitehouse | 1 | -9/+3 |
| 2012-05-02 | gfs2: fix recovery during unmount | David Teigland | 1 | -4/+6 |
| 2012-05-02 | dlm: fixes for nodir mode | David Teigland | 3 | -9/+1 |
| 2012-05-02 | GFS2: eliminate log elements and simplify | Bob Peterson | 7 | -55/+48 |
| 2012-04-30 | GFS2: Eliminate vestigial sd_log_le_rg | Bob Peterson | 2 | -2/+0 |
| 2012-04-27 | GFS2: Eliminate needless parameter from function gfs2_setbit | Bob Peterson | 1 | -12/+9 |
| 2012-04-24 | GFS2: Log code fixes | Steven Whitehouse | 2 | -5/+1 |
| 2012-04-24 | GFS2: Remove unused argument from gfs2_internal_read | Andrew Price | 4 | -18/+9 |
| 2012-04-24 | GFS2: Remove bd_list_tr | Steven Whitehouse | 7 | -56/+21 |
| 2012-04-24 | GFS2: Remove duplicate log code | Steven Whitehouse | 1 | -116/+59 |
| 2012-04-24 | GFS2: Clean up log write code path | Steven Whitehouse | 8 | -172/+264 |
| 2012-04-24 | GFS2: Use variable rather than qa to determine if unstuff necessary | Bob Peterson | 1 | -2/+4 |
| 2012-04-24 | GFS2: Change variable blk to biblk | Bob Peterson | 1 | -5/+5 |
| 2012-04-24 | GFS2: Fix function parameter comments in rgrp.c | Bob Peterson | 1 | -12/+16 |
| 2012-04-24 | GFS2: Eliminate offset parameter to gfs2_setbit | Bob Peterson | 1 | -11/+12 |
| 2012-04-24 | GFS2: Use slab for block reservation memory | Bob Peterson | 4 | -8/+23 |
| 2012-04-24 | GFS2: make function gfs2_page_add_databufs static | Bob Peterson | 2 | -4/+2 |
| 2012-04-24 | GFS2: Rename function gfs2_close to gfs2_release | Bob Peterson | 1 | -6/+6 |
| 2012-04-24 | GFS2: Make gfs2_log_fake_buf() write the buffer too | Steven Whitehouse | 1 | -14/+11 |
| 2012-04-24 | GFS2: Drop "pull" argument from log_write_header() | Steven Whitehouse | 1 | -9/+4 |
| 2012-04-24 | GFS2: Instruct DLM to avoid queue convert slowdown | Bob Peterson | 1 | -3/+7 |
| 2012-04-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes | Linus Torvalds | 7 | -13/+41 |
| 2012-04-10 | GFS2: Allow caching of rindex glock | Bob Peterson | 1 | -2/+2 |
| 2012-04-05 | GFS2: Make sure rindex is uptodate before starting transactions | Bob Peterson | 5 | -6/+36 |
| 2012-03-31 | get rid of pointless includes of ext2_fs.h | Al Viro | 1 | -1/+0 |
| 2012-03-26 | GFS2: use depends instead of select in kconfig | Benjamin Poirier | 1 | -5/+2 |
| 2012-03-26 | GFS2: put glock reference in error patch of read_rindex_entry | Bob Peterson | 1 | -0/+1 |
| 2012-03-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw | Linus Torvalds | 19 | -245/+804 |
| 2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -2/+1 |
| 2012-03-20 | gfs2: remove the second argument of k[un]map_atomic() | Cong Wang | 3 | -12/+12 |
| 2012-03-20 | GFS2: Change truncate page allocation to be GFP_NOFS | Bob Peterson | 2 | -3/+3 |
| 2012-03-09 | GFS2: call gfs2_write_alloc_required for each chunk | Benjamin Marzinski | 1 | -5/+8 |
| 2012-03-09 | GFS2: Clean up log flush header writing | Steven Whitehouse | 1 | -65/+66 |
| 2012-03-08 | GFS2: Remove a __GFP_NOFAIL allocation | Steven Whitehouse | 4 | -2/+25 |
| 2012-03-07 | GFS2: Flush pending glock work when evicting an inode | Steven Whitehouse | 1 | -0/+1 |
| 2012-03-05 | GFS2: make sure rgrps are up to date in func gfs2_blk2rgrpd | Bob Peterson | 1 | -10/+4 |
| 2012-03-05 | GFS2: Eliminate sd_rindex_mutex | Bob Peterson | 3 | -14/+10 |
| 2012-03-01 | GFS2: Unlock rindex mutex on glock error | Bob Peterson | 1 | -1/+2 |
| 2012-02-28 | GFS2: Make bd_cmp() static | Steven Whitehouse | 1 | -1/+1 |
| 2012-02-28 | GFS2: Sort the ordered write list | Bob Peterson | 1 | -0/+16 |
| 2012-02-28 | GFS2: FITRIM ioctl support | Steven Whitehouse | 7 | -36/+152 |
| 2012-02-28 | GFS2: Move two functions from log.c to lops.c | Steven Whitehouse | 3 | -101/+97 |
| 2012-02-28 | GFS2: glock statistics gathering | Steven Whitehouse | 5 | -19/+431 |
| 2012-02-28 | GFS2: Read resource groups on mount | Steven Whitehouse | 4 | -20/+17 |
| 2012-02-28 | GFS2: Ensure rindex is uptodate for fallocate | Bob Peterson | 1 | -0/+5 |
| 2012-02-28 | GFS2: Read in rindex if necessary during unlink | Bob Peterson | 1 | -2/+7 |
| 2012-02-28 | GFS2: Fix race between lru_list and glock ref count | Steven Whitehouse | 1 | -4/+10 |
| 2012-01-11 | GFS2: Fix nlink setting on inode creation | Steven Whitehouse | 1 | -3/+1 |
| 2012-01-11 | GFS2: fail mount if journal recovery fails | David Teigland | 2 | -1/+3 |
| 2012-01-11 | GFS2: let spectator mount do read only recovery | David Teigland | 3 | -2/+5 |
| 2012-01-11 | GFS2: Fix a use-after-free that coverity spotted | Bob Peterson | 1 | -1/+1 |
| 2012-01-11 | GFS2: dlm based recovery coordination | David Teigland | 9 | -42/+1096 |
| 2012-01-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 1 | -2/+2 |
| 2012-01-08 | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -4/+4 |
| 2012-01-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw | Linus Torvalds | 19 | -334/+394 |
| 2012-01-06 | vfs: switch ->show_options() to struct dentry * | Al Viro | 1 | -4/+4 |
| 2012-01-04 | dlm: add recovery callbacks | David Teigland | 1 | -2/+2 |
| 2012-01-03 | fs: propagate umode_t, misc bits | Al Viro | 1 | -5/+5 |
| 2012-01-03 | switch ->mknod() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch ->create() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 1 | -1/+0 |
| 2012-01-03 | vfs: mnt_drop_write_file() | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch a bunch of places to mnt_want_write_file() | Al Viro | 1 | -1/+1 |
| 2011-12-06 | GFS2: local functions should be static | H Hartley Sweeten | 1 | -1/+1 |
| 2011-11-23 | GFS2: We only need one ACL getting function | Steven Whitehouse | 1 | -9/+5 |
| 2011-11-22 | GFS2: Fix multi-block allocation | Steven Whitehouse | 2 | -31/+36 |
| 2011-11-22 | GFS2: decouple quota allocations from block allocations | Bob Peterson | 13 | -181/+188 |
| 2011-11-21 | freezer: unexport refrigerator() and update try_to_freeze() slightly | Tejun Heo | 2 | -4/+4 |
| 2011-11-21 | GFS2: split function rgblk_search | Bob Peterson | 1 | -25/+51 |
| 2011-11-21 | GFS2: Fix up "off by one" in the previous patch | Steven Whitehouse | 1 | -1/+1 |
| 2011-11-21 | GFS2: move toward a generic multi-block allocator | Bob Peterson | 6 | -39/+39 |
| 2011-11-21 | GFS2: O_(D)SYNC support for fallocate | Steven Whitehouse | 1 | -0/+5 |
| 2011-11-18 | GFS2: remove vestigial al_alloced | Bob Peterson | 2 | -3/+0 |
| 2011-11-15 | GFS2: combine gfs2_alloc_block and gfs2_alloc_di | Bob Peterson | 6 | -77/+45 |
| 2011-11-15 | GFS2: Add non-try locks back to get_local_rgrp | Bob Peterson | 1 | -3/+5 |
| 2011-11-09 | GFS2: f_ra is always valid in dir readahead function | Steven Whitehouse | 1 | -4/+6 |
| 2011-11-09 | GFS2: Fix very unlikley memory leak in ACL xattr code | Steven Whitehouse | 1 | -3/+4 |
| 2011-11-08 | GFS2: More automated code analysis fixes | Steven Whitehouse | 3 | -7/+7 |
| 2011-11-08 | GFS2: Add readahead to sequential directory traversal | Bob Peterson | 4 | -6/+57 |
| 2011-11-08 | GFS2: Fix up REQ flags | Steven Whitehouse | 4 | -5/+5 |
| 2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
| 2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 1 | -1/+1 |
| 2011-10-31 | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 1 | -1/+1 |
| 2011-10-31 | fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros | Paul Gortmaker | 1 | -0/+1 |
| 2011-10-28 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/... | Linus Torvalds | 1 | -2/+2 |
| 2011-10-28 | Merge http://sucs.org/~rohan/git/gfs2-3.0-nmw | Linus Torvalds | 19 | -1012/+666 |
| 2011-10-28 | vfs: do (nearly) lockless generic_file_llseek | Andi Kleen | 1 | -2/+2 |
| 2011-10-25 | Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 1 | -20/+18 |
| 2011-10-21 | GFS2: Move readahead of metadata during deallocation into its own function | Steven Whitehouse | 1 | -19/+26 |
| 2011-10-21 | GFS2: Remove two unused variables | Steven Whitehouse | 3 | -20/+4 |
| 2011-10-21 | GFS2: Misc fixes | Steven Whitehouse | 3 | -8/+8 |
| 2011-10-21 | GFS2: rewrite fallocate code to write blocks directly | Benjamin Marzinski | 3 | -147/+39 |
| 2011-10-21 | GFS2: speed up delete/unlink performance for large files | Bob Peterson | 1 | -3/+23 |
| 2011-10-21 | GFS2: Fix off-by-one in gfs2_blk2rgrpd | Steven Whitehouse | 1 | -5/+4 |
| 2011-10-21 | GFS2: Clean up ->page_mkwrite | Steven Whitehouse | 1 | -18/+46 |
| 2011-10-21 | GFS2: Correctly set goal block after allocation | Steven Whitehouse | 1 | -1/+1 |
| 2011-10-21 | GFS2: Fix AIL flush issue during fsync | Steven Whitehouse | 4 | -24/+20 |
| 2011-10-21 | GFS2: Use cached rgrp in gfs2_rlist_add() | Steven Whitehouse | 5 | -11/+15 |
| 2011-10-21 | GFS2: Call do_strip() directly from recursive_scan() | Steven Whitehouse | 1 | -78/+71 |
| 2011-10-21 | GFS2: Remove obsolete assert | Steven Whitehouse | 1 | -7/+0 |
| 2011-10-21 | GFS2: Cache the most recently used resource group in the inode | Steven Whitehouse | 9 | -45/+44 |
| 2011-10-21 | GFS2: Make resource groups "append only" during life of fs | Steven Whitehouse | 9 | -174/+95 |
| 2011-10-21 | GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count scheme | Bob Peterson | 8 | -345/+148 |
| 2011-10-21 | GFS2: Fix lseek after SEEK_DATA, SEEK_HOLE have been added | Steven Whitehouse | 1 | -2/+11 |
| 2011-10-21 | GFS2: Clean up gfs2_create | Steven Whitehouse | 1 | -22/+14 |
| 2011-10-21 | GFS2: Use ->dirty_inode() | Steven Whitehouse | 9 | -97/+85 |
| 2011-10-21 | GFS2: Fix bug trap and journaled data fsync | Steven Whitehouse | 2 | -4/+6 |
| 2011-10-21 | GFS2: Fix inode allocation error path | Steven Whitehouse | 3 | -5/+14 |
| 2011-10-21 | GFS2: Make atime checks more efficient | Steven Whitehouse | 1 | -8/+8 |
| 2011-10-21 | GFS2: Fix bug-trap in ail flush code | Steven Whitehouse | 1 | -4/+19 |
| 2011-10-21 | GFS2: Split data write & wait in fsync | Steven Whitehouse | 1 | -10/+24 |
| 2011-10-21 | GFS2: Clean up dir hash table reading | Steven Whitehouse | 1 | -23/+9 |
| 2011-08-23 | block: separate priority boosting from REQ_META | Christoph Hellwig | 4 | -7/+7 |
| 2011-08-23 | block: remove READ_META and WRITE_META | Christoph Hellwig | 1 | -1/+1 |
| 2011-08-09 | Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha... | James Morris | 1 | -20/+18 |
| 2011-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+3 |
| 2011-08-01 | switch posix_acl_equiv_mode() to umode_t * | Al Viro | 1 | -1/+1 |
| 2011-08-01 | switch posix_acl_create() to umode_t * | Al Viro | 1 | -2/+2 |
| 2011-07-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 1 | -2/+2 |
| 2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
| 2011-07-26 | GFS2: Fix mount hang caused by certain access pattern to sysfs files | Steven Whitehouse | 1 | -2/+2 |
| 2011-07-25 | fs: take the ACL checks to common code | Christoph Hellwig | 3 | -27/+6 |
| 2011-07-25 | kill boilerplates around posix_acl_create_masq() | Al Viro | 1 | -10/+4 |