summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] UDF: Fix issues reported by Coverity in namei.cJayachandran C2006-02-031-2/+2
* [PATCH] coverity: udf/balloc.c null deref fixKAMBAROV, ZAUR2006-02-031-4/+3Star
* [PATCH] debugfs: hard link count wrongVincent Hanquez2006-02-031-0/+1
* [PATCH] fat: Fix truncate() write orderingOGAWA Hirofumi2006-02-031-27/+23Star
* [PATCH] Trivial optimization of ll_rw_block()OGAWA Hirofumi2006-02-031-2/+2
* [PATCH] fat: Replace an own implementation with ll_rw_block(SWRITE,)OGAWA Hirofumi2006-02-031-12/+2Star
* [PATCH] quota: fix error code for ext2_new_inode()Herbert Poetzl2006-02-031-1/+1
* [PATCH] fcntl F_SETFL and read-only IS_APPEND filesdean gaudet2006-02-031-2/+5
* [PATCH] fix O_DIRECT read of last block in a sparse fileJeff Moyer2006-02-031-1/+8
* [PATCH] ext2: print xip mount option in ext2_show_optionsCarsten Otte2006-02-031-0/+5
* [PATCH] disable per cpu intr in /proc/statschwab@suse.de2006-02-031-1/+1
* [PATCH] v9fs: fix corner cases when flushing requestLatchesar Ionkov2006-02-031-4/+11
* [PATCH] v9fs: v9fs_put_str fixLatchesar Ionkov2006-02-031-9/+19
* [PATCH] v9fs: symlink support fixesLatchesar Ionkov2006-02-031-3/+3
* [PATCH] fs/jffs/intrep.c: 255 is unsigned charFelix Oxley2006-02-031-1/+1
* [PATCH] Fix two ext[23] uninitialized warningsAndreas Gruenbacher2006-02-032-2/+2
* [PATCH] make "struct d_cookie" depend on CONFIG_PROFILINGMarcelo Tosatti2006-02-031-0/+2
* [PATCH] ufs: fix hang during `rm'Evgeniy Dushistov2006-02-032-57/+17Star
* [PATCH] ufs: fix oops with `ufs1' typeEvgeniy Dushistov2006-02-031-4/+6
* [PATCH] quota_v2: printk warning fixesAndrew Morton2006-02-031-1/+1
* [PATCH] someone broke reiserfs V3 mount options, this fixes itVitaly Fertman2006-02-031-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Trond Myklebust2006-02-034-9/+23
|\
| * [PATCH] compat: fix compat_sys_openat and friendsStephen Rothwell2006-02-021-6/+6
| * Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-0126-296/+337
| |\
| * | [CIFS] Remove compiler warningSteve French2006-01-281-1/+2
| * | Signed-off-by: Steve French <sfrench@us.ibm.com>Steve French2006-01-281-1/+7
| * | [CIFS] Make cifs default wsize match what we actually want to send (52KSteve French2006-01-251-1/+9
| * | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-01-231-2/+2
| |\ \
| * | | [CIFS] Do not zero non-existent iovec in SendReceive response processing.Steve French2006-01-231-1/+0Star
* | | | NFSv3: fix sync_retry in direct i/o NFSDirk Mueller2006-02-011-1/+1
* | | | NLM: Ensure that nlmclnt_cancel_callback() doesn't loop foreverTrond Myklebust2006-02-011-0/+4
* | | | NLM: Fix arguments to NLM_CANCEL callTrond Myklebust2006-02-011-3/+4
| |_|/ |/| |
* | | [PATCH] DocBook: fix some kernel-doc comments in fs and blockMartin Waitz2006-02-012-1/+3
* | | [PATCH] reiserfs: reiserfs: check for files > 2GB on 3.5.x disksJeff Mahoney2006-02-011-0/+17
* | | [PATCH] reiserfs: reiserfs fix journal accounting in journal_transaction_shou...Chris Mason2006-02-011-0/+3
* | | [PATCH] reiserfs: reiserfs write_ordered_buffers should not oops on dirty non...Chris Mason2006-02-011-2/+13
* | | [PATCH] reiserfs: reiserfs hang and performance fix for data=journal modeChris Mason2006-02-012-5/+21
* | | [PATCH] reiserfs: zero b_private when allocating buffer headsChris Mason2006-02-011-0/+1
* | | [PATCH] resierfs: fix reiserfs_invalidatepage race against data=orderedChris Mason2006-02-012-1/+16
* | | [PATCH] reiserfs: use generic_permissionChristoph Hellwig2006-02-011-77/+26Star
* | | [PATCH] reiserfs: remove reiserfs_permission_lockedChristoph Hellwig2006-02-011-22/+8Star
* | | [PATCH] reiserfs: missing kmalloc failure checkDiego Calleja2006-02-011-0/+2
* | | [PATCH] reiserfs: use __GFP_NOFAIL instead of yield and retry loop for alloca...Pekka Enberg2006-02-011-6/+2Star
* | | [PATCH] reiserfs: remove kmalloc wrapperPekka Enberg2006-02-017-137/+49Star
* | | [PATCH] Direct Migration V9: Avoid writeback / page_migrate() methodChristoph Lameter2006-02-015-0/+66
* | | [PATCH] mm: hugepage accounting fixHugh Dickins2006-02-011-2/+2
* | | [PATCH] Mark CONFIG_UFS_FS_WRITE as BROKENAlexey Dobriyan2006-02-011-1/+1
* | | [PATCH] compat_sys_pselect7() fixAndrew Morton2006-02-011-1/+1
* | | [PATCH] fuse: fix async read for legacy filesystemsMiklos Szeredi2006-02-013-4/+22
* | | [PATCH] smbfs readdir vs signal fixAndrew Morton2006-02-011-1/+4