Age | Commit message (Expand) | Author | Files | Lines |
2011-04-15 | fs/partitions/ldm.c: fix oops caused by corrupted partition table | Timo Warns | 1 | -4/+12 |
2011-04-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 15 | -181/+143 |
2011-04-13 | nfs: don't call __mark_inode_dirty while holding i_lock | Dave Chinner | 1 | -2/+4 |
2011-04-13 | Revert "vfs: Export file system uuid via /proc/<pid>/mountinfo" | Linus Torvalds | 1 | -16/+0 |
2011-04-12 | cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #3) | Jeff Layton | 3 | -36/+33 |
2011-04-12 | [CIFS] Warn on requesting default security (ntlm) on mount | Steve French | 1 | -0/+11 |
2011-04-12 | [CIFS] cifs: clarify the meaning of tcpStatus == CifsGood | Steve French | 3 | -7/+8 |
2011-04-12 | cifs: wrap received signature check in srv_mutex | Jeff Layton | 1 | -6/+9 |
2011-04-12 | cifs: clean up various nits in unicode routines (try #2) | Jeff Layton | 2 | -19/+18 |
2011-04-12 | cifs: clean up length checks in check2ndT2 | Jeff Layton | 1 | -13/+13 |
2011-04-12 | cifs: set ra_pages in backing_dev_info | Jeff Layton | 1 | -0/+1 |
2011-04-12 | cifs: fix broken BCC check in is_valid_oplock_break | Jeff Layton | 1 | -1/+1 |
2011-04-12 | cifs: always do is_path_accessible check in cifs_mount | Jeff Layton | 1 | -1/+1 |
2011-04-12 | various endian fixes to cifs | Steve French | 4 | -10/+10 |
2011-04-12 | Elminate sparse __CHECK_ENDIAN__ warnings on port conversion | Steve French | 1 | -3/+3 |
2011-04-12 | Max share size is too small | Steve French | 1 | -1/+1 |
2011-04-12 | Allow user names longer than 32 bytes | Steve French | 7 | -26/+30 |
2011-04-12 | cifs: replace /proc/fs/cifs/Experimental with a module parm | Jeff Layton | 5 | -63/+7 |
2011-04-12 | cifs: check for private_data before trying to put it | Jeff Layton | 1 | -2/+4 |
2011-04-12 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 17 | -507/+531 |
2011-04-12 | xfs_destroy_workqueues() should not be tagged with__exit | Luck, Tony | 1 | -1/+1 |
2011-04-12 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 6 | -35/+102 |
2011-04-12 | Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2 | -4/+6 |
2011-04-11 | ext4: fix data corruption regression by reverting commit 6de9843dab3f | Theodore Ts'o | 1 | -0/+1 |
2011-04-11 | ext4: Allow indirect-block file to grow the file size to max file size | Kazuya Mio | 1 | -6/+17 |
2011-04-11 | ext4: allow an active handle to be started when freezing | Yongqiang Yang | 1 | -11/+33 |
2011-04-11 | ext4: sync the directory inode in ext4_sync_parent() | Curt Wohlgemuth | 1 | -3/+14 |
2011-04-10 | nfsd4: fix oops on lock failure | J. Bruce Fields | 1 | -3/+6 |
2011-04-08 | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2 | -36/+26 |
2011-04-08 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2 | -10/+5 |
2011-04-08 | xfs: use proper interfaces for on-stack plugging | Christoph Hellwig | 1 | -11/+9 |
2011-04-08 | xfs: fix xfs_debug warnings | Christoph Hellwig | 2 | -29/+22 |
2011-04-08 | xfs: fix variable set but not used warnings | Christoph Hellwig | 5 | -18/+0 |
2011-04-08 | xfs: convert log tail checking to a warning | Dave Chinner | 2 | -8/+25 |
2011-04-08 | xfs: catch bad block numbers freeing extents. | Dave Chinner | 1 | -7/+23 |
2011-04-08 | xfs: push the AIL from memory reclaim and periodic sync | Dave Chinner | 4 | -9/+61 |
2011-04-08 | xfs: clean up code layout in xfs_trans_ail.c | Dave Chinner | 1 | -136/+118 |
2011-04-08 | xfs: convert the xfsaild threads to a workqueue | Dave Chinner | 3 | -151/+124 |
2011-04-08 | xfs: introduce background inode reclaim work | Dave Chinner | 2 | -3/+67 |
2011-04-08 | xfs: convert ENOSPC inode flushing to use new syncd workqueue | Dave Chinner | 3 | -102/+36 |
2011-04-08 | xfs: introduce a xfssyncd workqueue | Dave Chinner | 4 | -61/+63 |
2011-04-08 | xfs: fix extent format buffer allocation size | Dave Chinner | 1 | -27/+40 |
2011-04-08 | NFS: Change initial mount authflavor only when server returns NFS4ERR_WRONGSEC | Bryan Schumaker | 1 | -3/+1 |
2011-04-07 | Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 5 | -24/+53 |
2011-04-07 | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds | 143 | -230/+230 |
2011-04-07 | NFS: Fix a signed vs. unsigned secinfo bug | Bryan Schumaker | 1 | -33/+25 |
2011-04-06 | ext4: init timer earlier to avoid a kernel panic in __save_error_info | Tao Ma | 1 | -3/+5 |
2011-04-06 | jbd2: fix potential memory leak on transaction commit | Zhang Huan | 1 | -1/+3 |
2011-04-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb... | Linus Torvalds | 4 | -6/+10 |
2011-04-06 | inotify: fix double free/corruption of stuct user | Eric Paris | 2 | -26/+14 |