| Commit message (Expand) | Author | Age | Files | Lines |
* | byteorder: don't directly include linux/byteorder/generic.h | Harvey Harrison | 2008-05-16 | 1 | -1/+1 |
* | jbd2: update transaction t_state to T_COMMIT fix | Mingming Cao | 2008-05-15 | 1 | -0/+2 |
* | ext4: Retry block allocation if new blocks are allocated from system zone. | Aneesh Kumar K.V | 2008-05-15 | 2 | -17/+47 |
* | ext4: mballoc fix mb_normalize_request algorithm for 1KB block size filesystems | Valerie Clement | 2008-05-13 | 1 | -10/+9 |
* | ext4: fix typos in messages and comments (journalled -> journaled) | Jan Kara | 2008-05-13 | 1 | -7/+7 |
* | ext4: fix synchronization of quota files in journal=data mode | Jan Kara | 2008-05-13 | 1 | -8/+27 |
* | ext4: Fix mount messages when quota disabled | Jan Kara | 2008-05-13 | 1 | -1/+4 |
* | ext4: correct mount option parsing to detect when quota options can be changed | Jan Kara | 2008-05-13 | 1 | -6/+20 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2008-05-14 | 8 | -76/+181 |
|\ |
|
| * | 9p: fix error path during early mount | Eric Van Hensbergen | 2008-05-14 | 2 | -24/+23 |
| * | fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. N... | Jim Meyering | 2008-05-14 | 1 | -6/+34 |
| * | 9p: Documentation updates | Eric Van Hensbergen | 2008-05-14 | 8 | -48/+126 |
| * | add match_strlcpy() us it to make v9fs make uname and remotename parsing more... | Markus Armbruster | 2008-05-14 | 1 | -2/+2 |
* | | ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle() | Tiger Yang | 2008-05-14 | 2 | -0/+10 |
* | | jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMIT | Mingming Cao | 2008-05-14 | 1 | -0/+2 |
|/ |
|
* | eCryptFS: fix imbalanced mutex locking | Cyrill Gorcunov | 2008-05-13 | 1 | -0/+2 |
* | Fix misuses of bdevname() | Jean Delvare | 2008-05-13 | 2 | -6/+4 |
* | fuse: add flag to turn on big writes | Miklos Szeredi | 2008-05-13 | 3 | -1/+9 |
* | memcg: fix possible panic when CONFIG_MM_OWNER=y | KOSAKI Motohiro | 2008-05-13 | 1 | -1/+1 |
* | Fix hfsplus oops on image without extents | Eric Sesterhenn | 2008-05-13 | 1 | -0/+2 |
* | capabilities: add bounding set to /proc/self/status | Serge E. Hallyn | 2008-05-13 | 1 | -0/+1 |
* | quota: don't call sync_fs() from vfs_quota_off() when there's no quota turn off | Jan Kara | 2008-05-13 | 1 | -0/+10 |
* | ufs: remove unneeded ufs_put_inode prototype | Christoph Hellwig | 2008-05-13 | 1 | -1/+0 |
* | ecryptfs: clean up (un)lock_parent | Miklos Szeredi | 2008-05-13 | 1 | -9/+4 |
* | uml: move hppfs_kern.c to hppfs.c | Jeff Dike | 2008-05-13 | 2 | -3/+3 |
* | uml: hppfs fixes | Jeff Dike | 2008-05-13 | 1 | -52/+30 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2008-05-12 | 5 | -66/+81 |
|\ |
|
| * | [CIFS] don't allow demultiplex thread to exit until kthread_stop is called | Steve French | 2008-05-11 | 1 | -14/+14 |
| * | [CIFS] when not using unix extensions, check for and set ATTR_READONLY on cre... | Jeff Layton | 2008-05-11 | 4 | -17/+31 |
| * | [CIFS] add local struct inode pointer to cifs_setattr | Jeff Layton | 2008-05-11 | 2 | -11/+11 |
| * | [CIFS] cifs_find_tcp_session cleanup | Cyrill Gorcunov | 2008-05-11 | 1 | -25/+26 |
* | | Add new 'cond_resched_bkl()' helper function | Linus Torvalds | 2008-05-11 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2008-05-09 | 22 | -345/+340 |
|\ |
|
| * | [CIFS] fix build warning | Steve French | 2008-05-09 | 1 | -1/+1 |
| * | [CIFS] Fixed build warning in is_ip | Igor Mammedov | 2008-05-08 | 3 | -32/+5 |
| * | [CIFS] cleanup cifsd completion | Steve French | 2008-05-06 | 1 | -6/+0 |
| * | [CIFS] Remove over-indented code in find_unc(). | Steve French | 2008-05-06 | 1 | -33/+31 |
| * | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 2008-05-06 | 244 | -3120/+6688 |
| |\ |
|
| * | | [CIFS] fix typo | Steve French | 2008-05-02 | 1 | -1/+1 |
| * | | [CIFS] Remove duplicate call to mode_to_acl | Steve French | 2008-04-29 | 1 | -4/+0 |
| * | | [CIFS] convert usage of implicit booleans to bool | Steve French | 2008-04-29 | 17 | -214/+200 |
| * | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Igor Mammedov | 2008-04-28 | 60 | -567/+727 |
| |\ \ |
|
| * | | | [CIFS] fixed compatibility issue with samba refferal request | Igor Mammedov | 2008-04-28 | 1 | -11/+14 |
| * | | | [CIFS] Fix statfs formatting | Steve French | 2008-04-28 | 2 | -33/+36 |
| * | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 2008-04-28 | 16 | -146/+149 |
| |\ \ \ |
|
| * | | | | [CIFS] Adds to dns_resolver checking if the server name is an IP addr and ski... | Steve French | 2008-04-26 | 1 | -10/+52 |
| * | | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 2008-04-25 | 24 | -243/+543 |
| |\ \ \ \ |
|
| * | | | | | [CIFS] Fix spelling mistake | Steve French | 2008-04-25 | 1 | -1/+1 |
| * | | | | | [CIFS] Update cifs version number | Steve French | 2008-04-25 | 1 | -1/+1 |
* | | | | | | fs/proc/task_mmu.c: remove duplicated include files | Huang Weiyi | 2008-05-08 | 1 | -2/+0 |