summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2005-10-27Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French3-0/+8
2005-10-26[PATCH] Fix HFS+ to free up the space when a file is deleted.Peter Wainwright1-0/+1
2005-10-24[PATCH] inotify/idr leak fixAndrew Morton1-0/+1
2005-10-24[PATCH] aio syscalls are not checked by lsmKostik Belousov1-0/+6
2005-10-21Merge with /pub/scm/linux/kernel/git/sfrench/cifs-2.6.git/Steve French24-545/+2266
2005-10-21[CIFS] Defer close of file handle slightly if there are pending writes thatSteve French5-25/+73
2005-10-18[PATCH] aio: revert lock_kiocb()Zach Brown1-25/+1
2005-10-18[PATCH] output of /proc/maps on nommu systems is incompleteDavid McCullough1-0/+1
2005-10-18[PATCH] NFS: Fix Oopsable/unnecessary i_count manipulations in nfs_wait_on_in...Trond Myklebust1-2/+0
2005-10-18[PATCH] NFS: Fix cache consistency racesTrond Myklebust3-6/+8
2005-10-15[PATCH] nommu build error fixYoshinori Sato1-0/+12
2005-10-13CIFS: cifs_writepages should not write beyond end of fileSteve French1-2/+13
2005-10-12[CIFS] Add null malloc response check in notify experimental codeSteve French2-14/+20
2005-10-12[CIFS] CIFS Stats improvementsSteve French9-8/+98
2005-10-11[PATCH] binfmt_elf bss padding fixakpm@osdl.org1-1/+1
2005-10-11[PATCH] nfsacl: Solaris VxFS compatibility fixAndreas Gruenbacher1-35/+35
2005-10-11[PATCH] v9fs: remove additional buffer allocation from v9fs_file_read and v9f...Latchesar Ionkov1-81/+33
2005-10-11[CIFS] Fix oops in experimental notify code (when CONFIG_CIFS_EXPERIMENTALSteve French4-1/+12
2005-10-11[CIFS] Still missing a line from previous fixSteve French1-1/+1
2005-10-11[CIFS] Fix minor build problem with previous changesetSteve French1-5/+8
2005-10-11[CIFS] Do not shrink tcp sndbuf/rcvbuf from their defaultsSteve French1-8/+10
2005-10-11[CIFS] Correct cifs tcp retry when some data sent before getting EAGAIN.Steve French2-2/+20
2005-10-10[CIFS] Update cifs version to 1.38Steve French1-1/+1
2005-10-10[CIFS] Fix byte range locking to Windows when Windows server returnsSteve French4-12/+32
2005-10-10[CIFS] Fix rsize calculation so that large readx flag is checked.Steve French3-8/+28
2005-10-10[CIFS] Reduce CIFS tcp congestion timeout (it was too long) and backoffSteve French3-11/+22
2005-10-10[PATCH] relayfs: fix bogus param value in call to vmapTom Zanussi1-1/+1
2005-10-09[PATCH] gfp flags annotations - part 1Al Viro7-23/+22
2005-10-07[CIFS] /proc/fs/cifs debug code cleanup and new stats2Steve French3-5/+41
2005-10-07Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALLLinus Torvalds1-3/+3
2005-10-06[CIFS] cleanup sparse and compile errors in previous fixSteve French2-4/+3
2005-10-06CIFS: Allow wsize to exceed CIFSMaxBufSizeSteve French3-16/+10
2005-10-06CIFS: implement cifs_writepages to perform multi-page I/OSteve French2-11/+190
2005-10-05CIFS: Create routine find_writable_file to reduce redundant codeSteve French3-119/+50
2005-10-05[PATCH] bfs iget() abusesAl Viro1-12/+30
2005-10-05[PATCH] bfs endianness annotationsAlexey Dobriyan2-2/+2
2005-10-04NTFS: Fix a 64-bitness bug where a left-shift could overflow a 32-bit variableAnton Altaparmakov3-3/+4
2005-10-04NTFS: Fix a stupid bug in __ntfs_bitmap_set_bits_in_run() which caused theAnton Altaparmakov2-2/+6
2005-10-04[CIFS] Missing parenthesis from error message in previous fixSteve French1-1/+1
2005-10-04[CIFS] Allow SMBWrite2 to work to older serversSteve French1-7/+22
2005-10-04[CIFS] Add writepages support to shrink memory usage on writes,Steve French5-72/+89
2005-09-30[PATCH] fuse: check O_DIRECTMiklos Szeredi1-0/+4
2005-09-30[PATCH] uml: remove empty hostfs_truncate methodPaolo 'Blaisorblade' Giarrusso1-7/+0
2005-09-30[PATCH] aio: avoid extra aio_{read,write} call when ki_left == 0Zach Brown1-2/+2
2005-09-30[PATCH] aio: remove unlocked task_list test and resulting raceZach Brown1-46/+33
2005-09-30[PATCH] aio: lock around kiocbTryKick()Zach Brown1-7/+12
2005-09-30[PATCH] missing ERR_PTR in 9fsAl Viro1-1/+1
2005-09-30[PATCH] readv/writev syscalls are not checked by lsmKostik Belousov1-0/+3
2005-09-28[PATCH] epoll: handle timeout overflowDavide Libenzi1-2/+6
2005-09-28[PATCH] v9fs: fix races in fid allocationLatchesar Ionkov7-196/+200