index
:
kernel
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2011-06-03
UBIFS: fix a rare memory leak in ro to rw remounting path
Artem Bityutskiy
2011-06-03
eCryptfs: Allow 2 scatterlist entries for encrypted filenames
Tyler Hicks
2011-06-03
Fix for buffer overflow in ldm_frag_add not sufficient
Timo Warns
2011-06-03
When mandatory encryption on share, fail mount
Steve French
2011-06-03
ext4: release page cache in ext4_mb_load_buddy error path
Yang Ruirui
2011-06-03
jbd: fix fsync() tid wraparound bug
Ted Ts'o
2011-06-03
jbd: Fix forever sleeping process in do_get_write_access()
Jan Kara
2011-06-03
ext3: Fix fs corruption when make_indexed_dir() fails
Jan Kara
2011-06-03
ext4: fix possible use-after-free in ext4_remove_li_request()
Lukas Czerner
2011-06-03
block: don't block events on excl write for non-optical devices
Tejun Heo
2011-06-03
block: move bd_set_size() above rescan_partitions() in __blkdev_get()
Tejun Heo
2011-06-03
block: rescan partitions on invalidated devices on -ENOMEDIA too
Tejun Heo
2011-05-21
cifs: fix cifsConvertToUCS() for the mapchars case
Jeff Layton
2011-05-21
cifs: clean up various nits in unicode routines (try #2)
Jeff Layton
2011-05-21
cifs: add fallback in is_path_accessible for old servers
Jeff Layton
2011-05-21
CIFS: Fix memory over bound bug in cifs_parse_mount_options
Pavel Shilovsky
2011-05-21
Don't lock guardpage if the stack is growing up
Mikulas Patocka
2011-05-21
Validate size of EFI GUID partition entries.
Timo Warns
2011-05-21
cifs: handle errors from coalesce_t2
Jeff Layton
2011-05-21
cifs: refactor mid finding loop in cifs_demultiplex_thread
Jeff Layton
2011-05-21
cifs: sanitize length checking in coalesce_t2 (try #3)
Jeff Layton
2011-05-21
cifs: check for bytes_remaining going to zero in CIFS_SessSetup
Jeff Layton
2011-05-21
cifs: change bleft in decode_unicode_ssetup back to signed type
Jeff Layton
2011-05-09
fs/partitions/ldm.c: fix oops caused by corrupted partition table
Timo Warns
2011-05-09
Open with O_CREAT flag set fails to open existing files on non writable direc...
Sachin Prabhu
2011-05-09
UBIFS: seek journal heads to the latest bud in replay
Artem Bityutskiy
2011-05-09
UBIFS: do not free write-buffers when in R/O mode
Artem Bityutskiy
2011-05-02
NFSv4.1: Ensure state manager thread dies on last umount
Trond Myklebust
2011-05-02
nfs: don't lose MS_SYNCHRONOUS on remount of noac mount
Jeff Layton
2011-05-02
vfs: avoid large kmalloc()s for the fdtable
Andrew Morton
2011-05-02
UBIFS: fix false space checking failure
Artem Bityutskiy
2011-05-02
UBIFS: fix master node recovery
Artem Bityutskiy
2011-05-02
nfsd4: Fix filp leak
OGAWA Hirofumi
2011-05-02
nfsd4: fix struct file leak on delegation
J. Bruce Fields
2011-04-21
proc: do proper range check on readdir offset
Linus Torvalds
2011-04-21
brk: COMPAT_BRK: fix detection of randomized brk
Jiri Kosina
2011-04-21
vfs: Fix absolute RCU path walk failures due to uninitialized seq number
Tim Chen
2011-04-21
UBIFS: fix oops when R/O file-system is fsync'ed
Artem Bityutskiy
2011-04-21
ramfs: fix memleak on no-mmu arch
Bob Liu
2011-04-21
UBIFS: fix assertion warnings
Artem Bityutskiy
2011-04-21
UBIFS: restrict world-writable debugfs files
Vasiliy Kulikov
2011-04-21
cifs: wrap received signature check in srv_mutex
Jeff Layton
2011-04-21
cifs: set ra_pages in backing_dev_info
Jeff Layton
2011-04-21
cifs: check for private_data before trying to put it
Jeff Layton
2011-04-21
cifs: always do is_path_accessible check in cifs_mount
Jeff Layton
2011-04-14
nfsd4: fix oops on lock failure
J. Bruce Fields
2011-04-14
nfsd: fix auth_domain reference leak on nlm operations
J. Bruce Fields
2011-04-14
ext4: fix credits computing for indirect mapped files
Yongqiang Yang
2011-04-14
ext4: fix a double free in ext4_register_li_request
Tao Ma
2011-04-14
Squashfs: handle corruption of directory structure
Phillip Lougher
[next]