aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-15jbd2: update transaction t_state to T_COMMIT fixMingming Cao1-0/+2
2008-05-15ext4: Retry block allocation if new blocks are allocated from system zone.Aneesh Kumar K.V2-17/+47
2008-05-13ext4: mballoc fix mb_normalize_request algorithm for 1KB block size filesystemsValerie Clement1-10/+9
2008-05-13ext4: fix typos in messages and comments (journalled -> journaled)Jan Kara1-7/+7
2008-05-13ext4: fix synchronization of quota files in journal=data modeJan Kara1-8/+27
2008-05-13ext4: Fix mount messages when quota disabledJan Kara1-1/+4
2008-05-13ext4: correct mount option parsing to detect when quota options can be changedJan Kara1-6/+20
2008-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds8-76/+181
2008-05-14ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()Tiger Yang2-0/+10
2008-05-14jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMITMingming Cao1-0/+2
2008-05-149p: fix error path during early mountEric Van Hensbergen2-24/+23
2008-05-14fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. Now that this function can fail, return an int, diagnose other option-parsing failures, and adjust the sole caller: (v9fs_session_init): Handle kstrdup failure. Propagate any new v9fs_parse_options failure "up".Jim Meyering1-6/+34
2008-05-149p: Documentation updatesEric Van Hensbergen8-48/+126
2008-05-14add match_strlcpy() us it to make v9fs make uname and remotename parsing more robustMarkus Armbruster1-2/+2
2008-05-13eCryptFS: fix imbalanced mutex lockingCyrill Gorcunov1-0/+2
2008-05-13Fix misuses of bdevname()Jean Delvare2-6/+4
2008-05-13fuse: add flag to turn on big writesMiklos Szeredi3-1/+9
2008-05-13memcg: fix possible panic when CONFIG_MM_OWNER=yKOSAKI Motohiro1-1/+1
2008-05-13Fix hfsplus oops on image without extentsEric Sesterhenn1-0/+2
2008-05-13capabilities: add bounding set to /proc/self/statusSerge E. Hallyn1-0/+1
2008-05-13quota: don't call sync_fs() from vfs_quota_off() when there's no quota turn offJan Kara1-0/+10
2008-05-13ufs: remove unneeded ufs_put_inode prototypeChristoph Hellwig1-1/+0
2008-05-13ecryptfs: clean up (un)lock_parentMiklos Szeredi1-9/+4
2008-05-13uml: move hppfs_kern.c to hppfs.cJeff Dike2-3/+3
2008-05-13uml: hppfs fixesJeff Dike1-52/+30
2008-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds5-66/+81
2008-05-11Add new 'cond_resched_bkl()' helper functionLinus Torvalds1-1/+1
2008-05-11[CIFS] don't allow demultiplex thread to exit until kthread_stop is calledSteve French1-14/+14
2008-05-11[CIFS] when not using unix extensions, check for and set ATTR_READONLY on create and mkdirJeff Layton4-17/+31
2008-05-11[CIFS] add local struct inode pointer to cifs_setattrJeff Layton2-11/+11
2008-05-11[CIFS] cifs_find_tcp_session cleanupCyrill Gorcunov1-25/+26
2008-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds22-345/+340
2008-05-09[CIFS] fix build warningSteve French1-1/+1
2008-05-08[CIFS] Fixed build warning in is_ipIgor Mammedov3-32/+5
2008-05-08fs/proc/task_mmu.c: remove duplicated include filesHuang Weiyi1-2/+0
2008-05-08Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-18/+16
2008-05-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds4-6/+145
2008-05-08sys_pipe(): fix file descriptor leaksUlrich Drepper1-1/+5
2008-05-08Revert "relay: fix splice problem"Jens Axboe1-1/+1
2008-05-07docbook: fix bio missing parameterRandy Dunlap1-0/+1
2008-05-07block: use unitialized_var() in bio_alloc_bioset()Jens Axboe1-1/+1
2008-05-07udf: Fix memory corruption when fs mounted with noadinicb optionJan Kara1-2/+3
2008-05-07udf: Make udf exportableRasmus Rohde3-2/+140
2008-05-07vfs: splice remove_suid() cleanupMiklos Szeredi1-16/+13
2008-05-06[CIFS] cleanup cifsd completionSteve French1-6/+0
2008-05-06[CIFS] Remove over-indented code in find_unc().Steve French1-33/+31
2008-05-06VFS: fix unused variable warningLinus Torvalds1-2/+0
2008-05-06[PATCH] fix SMP ordering hole in fcntl_setlk()Al Viro1-2/+15
2008-05-06Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French244-3120/+6688
2008-05-06[PATCH] kill ->put_inodeChristoph Hellwig1-3/+0