aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2011-01-1018-147/+336
|\
| * nilfs2: unfold nilfs_dat_inode functionRyusuke Konishi2011-01-107-30/+19
| * nilfs2: do not pass sbi to functions which can get it from inodeRyusuke Konishi2011-01-104-17/+12
| * nilfs2: get rid of nilfs_mount_options structureRyusuke Konishi2011-01-102-11/+3
| * nilfs2: simplify nilfs_mdt_freeze_bufferRyusuke Konishi2011-01-101-14/+12
| * nilfs2: get rid of loaded flag from nilfs objectRyusuke Konishi2011-01-102-4/+0
| * nilfs2: fix a checkpatch error in page.cRyusuke Konishi2011-01-101-1/+1
| * nilfs2: fiemap supportRyusuke Konishi2011-01-106-0/+222
| * nilfs2: mark buffer heads as delayed until the data is written to diskRyusuke Konishi2011-01-102-0/+3
| * nilfs2: call nilfs_error inside bmap routinesRyusuke Konishi2011-01-105-63/+48
| * fs/nilfs2/super.c: Use printf extension %pVJoe Perches2011-01-101-7/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-01-1014-513/+417
|\ \
| * | cifs: use CreationTime like an i_generation fieldJeff Layton2011-01-094-0/+11
| * | cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfoJeff Layton2011-01-092-8/+4
| * | cifs: show "acl" in DebugData Features when it's compiled inJeff Layton2011-01-091-12/+10
| * | cifs: move "ntlmssp" and "local_leases" options out of experimental codeJeff Layton2011-01-093-68/+55
| * | cifs: replace some hardcoded values with preprocessor constantsJeff Layton2011-01-091-18/+19
| * | cifs: remove unnecessary locking around sequence_numberJeff Layton2011-01-092-5/+3
| * | [CIFS] Fix minor merge conflict in fs/cifs/dir.cSteve French2011-01-091-7/+0
| * | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2011-01-09193-1993/+4447
| |\ \ | | |/
| * | CIFS: Simplify cifs_open codePavel Shilovsky2011-01-061-31/+23
| * | CIFS: Simplify non-posix open stuff (try #2)Pavel Shilovsky2011-01-061-116/+73
| * | CIFS: Add match_port check during looking for an existing connection (try #4)Pavel Shilovsky2011-01-061-5/+37
| * | CIFS: Simplify ipv*_connect functions into one (try #4)Pavel Shilovsky2011-01-066-247/+184
| * | cifs: Support NTLM2 session security during NTLMSSP authentication [try #5]Shirish Pargaonkar2011-01-061-19/+14
| * | cifs: don't overwrite dentry name in d_revalidateNick Piggin2011-01-061-19/+24
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2011-01-101-13/+50
|\ \ \
| * | | dlm: sanitize work_start() in lowcomms.cNamhyung Kim2010-12-131-9/+6
| * | | dlm: reduce cond_resched during sendBob Peterson2010-11-121-1/+9
| * | | dlm: use TCP_NODELAYDavid Teigland2010-11-121-0/+10
| * | | dlm: Use cmwq for send and receive workqueuesSteven Whitehouse2010-11-121-2/+4
| * | | dlm: Handle application limited situations properly.David Miller2010-11-111-1/+21
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-01-105-76/+256
|\ \ \ \
| * | | | fuse: fix ioctl ABIMiklos Szeredi2010-12-071-5/+48
| * | | | fuse: allow batching of FORGET requestsMiklos Szeredi2010-12-072-13/+82
| * | | | fuse: separate queue for FORGET requestsMiklos Szeredi2010-12-074-64/+133
| * | | | fuse: ioctl cleanupMiklos Szeredi2010-12-071-8/+7
* | | | | fs: fix namei.c kernel-doc notationRandy Dunlap2011-01-101-4/+4
| |_|_|/ |/| | |
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-01-0717-400/+701
|\ \ \ \
| * | | | hfsplus: %L-to-%ll, macro correction, and remove unneeded bracesAnton Salikhmetov2010-12-163-14/+14
| * | | | hfsplus: spaces/indentation clean-upAnton Salikhmetov2010-12-164-14/+14
| * | | | hfsplus: C99 comments clean-upAnton Salikhmetov2010-12-163-13/+16
| * | | | hfsplus: over 80 character lines clean-upAnton Salikhmetov2010-12-1616-123/+260
| * | | | hfsplus: fix an artifact in ioctl flag checkingAnton Salikhmetov2010-12-161-1/+1
| * | | | hfsplus: flush disk caches in sync and fsyncChristoph Hellwig2010-11-234-0/+21
| * | | | hfsplus: optimize fsyncChristoph Hellwig2010-11-236-32/+78
| * | | | hfsplus: split up inode flagsChristoph Hellwig2010-11-234-19/+29
| * | | | hfsplus: write up fsync for directoriesChristoph Hellwig2010-11-233-1/+3
| * | | | hfsplus: simplify fsyncChristoph Hellwig2010-11-231-21/+20
| * | | | hfsplus: avoid useless work in hfsplus_sync_fsChristoph Hellwig2010-11-231-0/+3