summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [JFFS2] Fix jffs2_follow_link() typoQi Yong2006-10-211-1/+1
| * | | | | [JFFS2] Use rb_first() and rb_last() cleanupAkinobu Mita2006-10-211-6/+4
| * | | | | [JFFS2] kill warning RE debug-only variablesJeff Garzik2006-10-041-3/+2
* | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-01-225-47/+84
|\ \ \ \ \ \
| * | | | | | ocfs2: Add backup superblock info to ocfs2_fs.hMark Fasheh2007-01-211-1/+42
| * | | | | | ocfs2: cleanup ocfs2_iget() errorsMark Fasheh2007-01-212-12/+4
| * | | | | | ocfs2: Directory c/mtime update fixesMark Fasheh2007-01-211-32/+37
| * | | | | | ocfs2: Don't print errors when following symlinksMark Fasheh2007-01-211-2/+1
| | |_|_|/ / | |/| | | |
* | | | | | NTFS: Forgot to bump version number in makefile to 2.1.28...Anton Altaparmakov2007-01-181-1/+1
* | | | | | NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().Anton Altaparmakov2007-01-185-84/+50
|/ / / / /
* | | | | [PATCH] Revert bd_mount_mutex back to a semaphoreDavid Chinner2007-01-114-8/+8
* | | | | [PATCH] NFS: Fix race in nfs_release_page()Trond Myklebust2007-01-111-8/+8
* | | | | [PATCH] fix linux banner format stringRoman Zippel2007-01-101-7/+1
* | | | | Revert "[PATCH] binfmt_elf: randomize PIE binaries (2nd try)"Linus Torvalds2007-01-061-7/+1
* | | | | [PATCH] fix garbage instead of zeroes in UFSEvgeniy Dushistov2007-01-052-36/+30
* | | | | [PATCH] fix memory corruption from misinterpreted bad_inode_ops return valuesEric Sandeen2007-01-051-41/+289
* | | | | [PATCH] adfs: fix filename handlingJames Bursa2007-01-051-1/+1
* | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2006-12-304-10/+54
|\ \ \ \ \
| * | | | | ocfs2: export heartbeat thread pid via configfsZhen Wei2006-12-281-0/+17
| * | | | | ocfs2: always unmap in ocfs2_data_convert_worker()Mark Fasheh2006-12-281-1/+9
| * | | | | ocfs2: ignore NULL vfsmnt in ocfs2_should_update_atime()Mark Fasheh2006-12-281-0/+11
| * | | | | ocfs2: Allow direct I/O read past end of fileMark Fasheh2006-12-281-7/+17
| * | | | | ocfs2: don't print error in ocfs2_permission()Mark Fasheh2006-12-281-2/+0
* | | | | | [PATCH] ramfs breaks without CONFIG_BLOCKDimitri Gorokhovik2006-12-302-2/+6
* | | | | | [PATCH] Fix lock inversion aio_kick_handler()Zach Brown2006-12-301-4/+3
|/ / / / /
* | | | | Fix up CIFS for "test_clear_page_dirty()" removalLinus Torvalds2006-12-231-3/+23
* | | | | Fix reiserfs after "test_clear_page_dirty()" removalLinus Torvalds2006-12-231-1/+1
| |_|_|/ |/| | |
* | | | [PATCH] jbd: wait for already submitted t_sync_datalist buffer to completeHisashi Hifumi2006-12-221-2/+6
* | | | [PATCH] fdtable: Provide free_fdtable() wrapperVadim Lobanov2006-12-221-1/+1
* | | | [PATCH] Make JFFS depend on CONFIG_BROKENJosh Boyer2006-12-221-1/+4
* | | | [PATCH] fsstack: Remove inode copyMichael Halcrow2006-12-221-2/+0
* | | | [PATCH] fs/sysv/: proper prototypes for 2 functionsAdrian Bunk2006-12-222-3/+3
* | | | [PATCH] Fix XFS after clear_page_dirty() removalDavid Chinner2006-12-211-2/+2
* | | | [PATCH] fuse: remove clear_page_dirty() callMiklos Szeredi2006-12-211-3/+1
* | | | [PATCH] Fix JFS after clear_page_dirty() removalDave Kleikamp2006-12-211-14/+1
* | | | VM: Remove "clear_page_dirty()" and "test_clear_page_dirty()" functionsLinus Torvalds2006-12-211-1/+1
* | | | Clean up and make try_to_free_buffers() not race with dirty pagesLinus Torvalds2006-12-211-17/+1
* | | | [PATCH] fix leaks on pipe(2) failure exitsAl Viro2006-12-211-1/+4
* | | | [GFS2] Fix KconfigSteven Whitehouse2006-12-151-1/+3
* | | | [DLM] fix compile warningPatrick Caulfield2006-12-151-1/+1
* | | | DebugFS : file/directory removal fixMathieu Desnoyers2006-12-131-0/+4
* | | | DebugFS : more file/directory creation error handlingMathieu Desnoyers2006-12-131-4/+10
* | | | DebugFS : file/directory creation error handlingMathieu Desnoyers2006-12-131-1/+3
* | | | DebugFS : coding style fixesMathieu Desnoyers2006-12-131-2/+3
* | | | DebugFS : inotify create/mkdir supportMathieu Desnoyers2006-12-131-2/+10
* | | | [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-1312-22/+22
* | | | [PATCH] knfsd: Fix up some bit-rot in exp_exportNeilBrown2006-12-131-3/+9
* | | | [PATCH] knfsd: nfsd4: simplify filehandle checkJ.Bruce Fields2006-12-131-17/+12
* | | | [PATCH] knfsd: nfsd4: simplify migration op checkJ.Bruce Fields2006-12-131-11/+13
* | | | [PATCH] knfsd: nfsd4: reorganize compound opsJ.Bruce Fields2006-12-132-129/+139
OpenPOWER on IntegriCloud